core/iproute2/Pkgfile
2008-10-01 21:24:33 +00:00

21 lines
717 B
Plaintext

# Description: a collection of utilites for controlling TCP/IP networking and traffic in Linux
# URL: http://linux-net.osdl.org/index.php/Iproute2
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Mikhail Kolesnik, mike at openbunker dot org
name=iproute2
version=2.6.26
release=1
source=(http://devresources.linux-foundation.org/dev/iproute2/download/$name-$version.tar.bz2 \
net.iproute2 $name-netem.patch)
build() {
cd $name-$version
patch -p1 < ../$name-netem.patch
make KERNEL_INCLUDE="/lib/modules/`uname -r`/source/include"
make SBINDIR=/sbin MANDIR=/usr/man DESTDIR=$PKG install
rm -rf $PKG/share
install -D -o root -g root -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net
mv $PKG/lib $PKG/usr
}