diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-18 20:01:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-18 20:01:40 +0100 |
commit | e4cc9ad107cb92cec4555afd40def815d8251b42 (patch) | |
tree | b6fb2c506e77fa076a672a0cc2f96eff63e678f6 /base | |
parent | cf6601bc6a1416a705ddf66e9fc6fa566ff62bb9 (diff) | |
download | nutyx-extra-e4cc9ad107cb92cec4555afd40def815d8251b42.tar.gz nutyx-extra-e4cc9ad107cb92cec4555afd40def815d8251b42.tar.bz2 nutyx-extra-e4cc9ad107cb92cec4555afd40def815d8251b42.tar.xz nutyx-extra-e4cc9ad107cb92cec4555afd40def815d8251b42.zip |
Maj iproute2#2.6.31-1
Diffstat (limited to 'base')
-rw-r--r-- | base/iproute2/.footprint | 3 | ||||
-rw-r--r-- | base/iproute2/.md5sum | 2 | ||||
-rwxr-xr-x | base/iproute2/Pkgfile | 7 |
3 files changed, 7 insertions, 5 deletions
diff --git a/base/iproute2/.footprint b/base/iproute2/.footprint index 8a77bb4aa..878cc8fe2 100644 --- a/base/iproute2/.footprint +++ b/base/iproute2/.footprint @@ -52,3 +52,6 @@ lrwxrwxrwx root/root usr/share/man/man8/tc-pfifo.8.gz -> tc-bfifo.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-sfq.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-tbf.8.gz -rw-r--r-- root/root usr/share/man/man8/tc.8.gz +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/arpd/ diff --git a/base/iproute2/.md5sum b/base/iproute2/.md5sum index 63891f10b..2b3f29a5e 100644 --- a/base/iproute2/.md5sum +++ b/base/iproute2/.md5sum @@ -1 +1 @@ -c1bc258a6c345905e79935ac7a3cc582 iproute2-2.6.29-1.tar.bz2 +230f35282a95451622f3e8394f9cd80a iproute2-2.6.31.tar.bz2 diff --git a/base/iproute2/Pkgfile b/base/iproute2/Pkgfile index bfca2dbb6..e4a6ecdda 100755 --- a/base/iproute2/Pkgfile +++ b/base/iproute2/Pkgfile @@ -2,18 +2,17 @@ # URL: http://linux-net.osdl.org/index.php/Iproute2 # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=iproute2 -version=2.6.29.1 +version=2.6.31 release=1 -source=( http://developer.osdl.org/dev/$name/download/$name-2.6.29-1.tar.bz2\ +source=( http://devresources.linuxfoundation.org/dev/$name/download/$name-$version.tar.bz2\ ) build() { cd $name-* -sed -i "s|local/lib/iptables|lib/xtables|" include/iptables.h +sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"/usr/lib/xtables\\\\\"|" Makefile make SBINDIR=/sbin MANDIR=/usr/share/man INFODIR=/usr/share/info \ DESTDIR=$PKG install mkdir -p $PKG/usr/sbin |