]> git.ipfire.org Git - ipfire-3.x.git/blob - basesystem/basesystem.nm
json-c: Update to version 0.17-20230812
[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
10 groups = Base System/Base
11 url =
12 license = GPLv3+
13 summary = Basic system files.
14
15 description
16 This package contains files that are needed to run basic
17 functions of the system.
18 end
19
20 # Package doesn't have any tarball.
21 sources =
22
23 build
24 arches = noarch
25
26 build
27 : # Nothing to do.
28 end
29
30 install
31 mkdir -pv %{BUILDROOT}/etc
32 cp -vf %{DIR_SOURCE}/resolv.conf %{BUILDROOT}/etc/
33 end
34 end
35
36 packages
37 package %{name}
38 requires
39 /bin/sh
40 /sbin/init
41 coreutils
42 file
43 filesystem
44 findutils
45 gawk
46 grep
47 iana-etc
48 initscripts
49 kbd
50 less
51 network
52 pakfire
53 procps
54 psmisc
55 sed
56 setup
57 shadow-utils
58 system-release
59 tar
60 udev
61 util-linux
62 end
63 end
64 end