]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - network/network.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / network / network.nm
diff --git a/network/network.nm b/network/network.nm
new file mode 100644 (file)
index 0000000..0207ff4
--- /dev/null
@@ -0,0 +1,56 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = network
+epoch      = 1
+version    = 001
+release    = 1
+arch       = noarch
+
+maintainer = Michael Tremer <michael.tremer@ipfire.org>
+groups     = Base Networking/Tools
+url        = http://www.ipfire.org/
+license    = GPLv3+
+summary    = The IPFire Networking Scripts.
+
+# XXX maybe we can split this package into smaller ones like -wireless,
+# -dialup etc.
+
+description
+       The scripts that are contained in this package are the heart of the
+       IPFire networking. They control the configuration of the network
+       zones, physical and virtual devices, handle hotplug events and
+       everything.
+end
+
+source_dl  =
+
+build
+       build = # Do nothing
+end
+
+packages
+       package %{name}
+               requires
+                       aiccu
+                       bash>=4.0
+                       bridge-utils
+                       dhcp
+                       ebtables
+                       hostapd
+                       iproute2
+                       ppp
+                       radvd
+                       rstp
+                       sqlite
+                       systemd-units
+                       tunctl
+                       vlan
+                       wpa_supplicant
+                       /bin/ipcalc
+                       /usr/bin/logger
+               end
+       end
+end