2010-02-23 23:09:12 +01:00
|
|
|
# Template file for 'iproute2'
|
|
|
|
pkgname=iproute2
|
2014-12-25 22:29:59 +01:00
|
|
|
version=3.18.0
|
2014-12-26 08:53:42 +01:00
|
|
|
revision=2
|
2013-03-24 10:21:58 +01:00
|
|
|
hostmakedepends="pkg-config perl flex"
|
2014-01-14 09:20:14 +01:00
|
|
|
makedepends="libfl-devel db-devel>=5.3 iptables-devel>=1.4.21"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="
|
|
|
|
/etc/iproute2/ematch_map
|
|
|
|
/etc/iproute2/rt_dsfield
|
|
|
|
/etc/iproute2/rt_protos
|
|
|
|
/etc/iproute2/rt_realms
|
|
|
|
/etc/iproute2/rt_scopes
|
|
|
|
/etc/iproute2/rt_tables"
|
2010-02-23 23:09:12 +01:00
|
|
|
short_desc="IP Routing Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-05 10:22:37 +02:00
|
|
|
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
|
|
|
license="GPL-2"
|
2012-06-19 11:47:25 +02:00
|
|
|
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
2014-12-25 22:29:59 +01:00
|
|
|
checksum=d5a182154abd0749b1df7d1649115a32c65f559951477396203b1f514dbff1df
|
2010-02-23 23:09:12 +01:00
|
|
|
|
2013-02-16 09:38:09 +01:00
|
|
|
do_configure() {
|
|
|
|
./configure
|
2014-12-26 08:58:51 +01:00
|
|
|
sed -i 's,CCOPTS,HOSTCCOPTS,g' netem/Makefile
|
2013-02-16 09:38:09 +01:00
|
|
|
}
|
|
|
|
do_build() {
|
2014-12-26 08:58:51 +01:00
|
|
|
make HOSTCC=cc CC="$CC" RANLIB="$RANLIB" AR="$AR" LD="$LD" \
|
|
|
|
CCOPTS="$CFLAGS" HOSTCCOPTS="$XBPS_CFLAGS" LDFLAGS="$LDFLAGS" \
|
2013-10-15 07:00:15 +02:00
|
|
|
DBM_INCLUDE="$XBPS_CROSS_BASE/usr/include" ${makejobs}
|
2013-02-16 09:38:09 +01:00
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
|
2014-10-10 08:35:05 +02:00
|
|
|
rm -r ${DESTDIR}/usr/share/doc
|
|
|
|
rm -r ${DESTDIR}/usr/share/man/man3
|
2011-06-05 10:22:37 +02:00
|
|
|
}
|
2014-06-29 13:13:28 +02:00
|
|
|
|
|
|
|
iproute2-tc-ipt_package() {
|
|
|
|
short_desc+=" - tc(8) IPtables support"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/tc/m_xt.so
|
|
|
|
}
|
|
|
|
}
|