]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - basesystem/basesystem.nm
889e8d7fe33a02fc654f39adfd047bb5ab72e729
[people/pmueller/ipfire-3.x.git] / basesystem / basesystem.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = basesystem
7 version = 2.99
8 release = 4.2
9 arch = noarch
10
11 groups = Base System/Base
12 url =
13 license = GPLv3+
14 summary = Basic system files.
15
16 description
17 This package contains files that are needed to run basic
18 functions of the system.
19 end
20
21 # Package doesn't have any tarball.
22 sources =
23
24 build
25 build
26 : # Nothing to do.
27 end
28
29 install
30 mkdir -pv %{BUILDROOT}/etc
31 cp -vf %{DIR_SOURCE}/resolv.conf %{BUILDROOT}/etc/
32 end
33 end
34
35 packages
36 package %{name}
37 requires
38 /bin/sh
39 /sbin/init
40 coreutils
41 file
42 filesystem
43 findutils
44 gawk
45 grep
46 iana-etc
47 initscripts
48 kbd
49 less
50 network
51 pakfire
52 procps
53 psmisc
54 sed
55 setup
56 shadow-utils
57 system-release
58 tar
59 udev
60 util-linux
61 end
62 end
63 end