summaryrefslogtreecommitdiffstats
path: root/iproute2/Pkgfile
blob: 8b88f86ac669af973276c17fb6f5e9daf3b99911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.38
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
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}       
}