From: Michael Tremer Date: Fri, 29 Jul 2011 19:09:23 +0000 (+0200) Subject: network: Update to 001. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66ee77253f6e1e72ce367ed3afd87d90704dd308;p=ipfire-3.x.git network: Update to 001. The package got a new versioning scheme and updated dependencies. --- diff --git a/pkgs/network/network.nm b/pkgs/network/network.nm index 149298c34..d818cc423 100644 --- a/pkgs/network/network.nm +++ b/pkgs/network/network.nm @@ -25,8 +25,9 @@ include $(PKGROOT)/Include PKG_NAME = network -PKG_VER = 0.99.0 -PKG_REL = 6 +PKG_EPOCH = 1 +PKG_VER = 001 +PKG_REL = 1 PKG_ARCH = noarch PKG_MAINTAINER = Michael Tremer @@ -35,12 +36,34 @@ PKG_URL = http://www.ipfire.org/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = The IPFire Networking Scripts. -PKG_BUILD_DEPS = # Need no gcc -PKG_DEPS += bash bridge-utils dhcp ebtables iproute2 ppp rstp \ - sqlite systemd vlan +# XXX maybe we can split this package into smaller ones like -wireless, +# -dialup etc. + +PKG_BUILD_DEPS = $(PKG_DEPS) +PKG_DEPS += \ + 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 define PKG_DESCRIPTION - This script installs the IPFire Networking Scripts. + 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. endef PKG_TARBALL = $(THISAPP).tar.gz