summaryrefslogtreecommitdiffstats
path: root/base/iproute2/Pkgfile
blob: 6c2af0e153413b12fdb5105bbed4347edadd8074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Programmes de base et avancés pour réseau IPV4
# URL: http://linux-net.osdl.org/index.php/Iproute2
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=iproute2
version=2.6.37
release=1
source=( http://devresources.linuxfoundation.org/dev/$name/download/$name-$version.tar.bz2\
         )


build() {
cd $name-*
sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c
make SBINDIR=/sbin MANDIR=/usr/share/man INFODIR=/usr/share/info \
	DESTDIR=$PKG install
mkdir -p $PKG/usr/sbin
rm -r $PKG/{share,lib,usr/lib}       
}