CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
iproute2: Updated to 2.6.33.
[crossrootfs.git] / iproute2 / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux
2# URL: http://linux-net.osdl.org/index.php/Iproute2
3# Maintainer: CRUX System Team, core-ports at crux dot nu
5725466d 4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
6dca1d21
JB
5# Depends on: db
6
7name=iproute2
370189bf
VM
8version=2.6.33
9release=1
6dca1d21
JB
10source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \
11 net.iproute2)
12
13build() {
14 cd $name-$version
15 sed -i "s|local/lib/iptables|lib/xtables|" include/iptables.h
16 make DBM_INCLUDE="$CLFS/usr/include" CC="$CC"
17 make MANDIR=/usr/man DESTDIR=$PKG install
18 rm -r $PKG/{share,usr/lib}
19 install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net
20}