X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iproute2%2FPkgfile;h=abf32f65a5165a16f40e098872b5603a9f38e55e;hb=refs%2Fheads%2F3.4;hp=743cd7bcc1c7cf08375a2acee93b4285c314da7c;hpb=5725466d34a658b4f3ffbd76da7635016940be7c;p=crossrootfs.git diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 743cd7b..abf32f6 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -1,20 +1,24 @@ # Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux -# URL: http://linux-net.osdl.org/index.php/Iproute2 +# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org -# Depends on: db +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: db iptables libcap name=iproute2 -version=2.6.28 -release=2 -source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \ - net.iproute2) +version=4.16.0 +release=1 +source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ + lo.iproute2 net.iproute2) build() { cd $name-$version - sed -i "s|local/lib/iptables|lib/xtables|" include/iptables.h - make DBM_INCLUDE="$CLFS/usr/include" CC="$CC" - make MANDIR=/usr/man DESTDIR=$PKG install - rm -r $PKG/{share,usr/lib} + + ./configure --build=$CHOST \ + --host=$CTARGET + make CCOPTS="$CFLAGS" CC="$CC" AR="$AR" RANLIB="$RANLIB" DBM_INCLUDE="-I$CLFS/usr/include" HOSTCC="gcc" CCOPTS="-O2 -pipe" + make MANDIR=/usr/share/man DESTDIR=$PKG install + + rm -r $PKG/usr/share/doc + install -D -m 0755 $SRC/lo.iproute2 $PKG/etc/rc.d/lo install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net }