summaryrefslogtreecommitdiffstats
path: root/iproute2/Pkgfile
blob: dd6d9cf059bbed0c1b38b8cf351269892c24df9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
# Depends on: libnl2

name=iproute2
version=3.4.0
release=1
source=(http://kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz)

build() {
	cd $name-$version
	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
}