# Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux # URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: db iptables name=iproute2 version=3.2.0 release=1 source=(http://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ $name-$version-remove_libnl_headers.patch net.iproute2) build() { cd $name-$version patch -p1 -i $SRC/$name-$version-remove_libnl_headers.patch sed -i "/^CCOPTS/s|-O2|$CFLAGS|" Makefile ./configure make make MANDIR=/usr/man DESTDIR=$PKG install rm -r $PKG/share install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net }