iproute2: update to 3.11.0.

This commit is contained in:
Juan RP 2013-10-15 07:00:15 +02:00
parent ce86037ffa
commit 032bfd4ace

View file

@ -1,6 +1,6 @@
# Template file for 'iproute2'
pkgname=iproute2
version=3.10.0
version=3.11.0
revision=1
hostmakedepends="pkg-config perl flex"
makedepends="libfl-devel db-devel>=5.3 iptables-devel>=1.4.18"
@ -9,20 +9,15 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
license="GPL-2"
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
checksum=c4023d8d722a1ed673474ca0e5a2d61ebd747cc7001a91321757422d9074c97e
checksum=0ab31b52b5fd5ff0d3cf03f2068f05eeb4f0b37d107070fbbaacac94df5e88b7
do_configure() {
./configure
}
do_build() {
if [ "$CROSS_BUILD" ]; then
make CC="$CC" RANLIB="$RANLIB" AR="$AR" LD="$LD" \
DBM_INCLUDE="$XBPS_CROSS_BASE/usr/include" \
${makejobs}
else
make ${makejobs}
fi
make CC="$CC" RANLIB="$RANLIB" AR="$AR" LD="$LD" \
DBM_INCLUDE="$XBPS_CROSS_BASE/usr/include" ${makejobs}
}
do_install() {