44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
# Template file for 'iproute2'
|
|
pkgname=iproute2
|
|
version=3.14.0
|
|
revision=2
|
|
hostmakedepends="pkg-config perl flex"
|
|
makedepends="libfl-devel db-devel>=5.3 iptables-devel>=1.4.21"
|
|
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"
|
|
short_desc="IP Routing Utilities"
|
|
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=bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4
|
|
|
|
do_configure() {
|
|
./configure
|
|
}
|
|
|
|
do_build() {
|
|
make CC="$CC" RANLIB="$RANLIB" AR="$AR" LD="$LD" \
|
|
DBM_INCLUDE="$XBPS_CROSS_BASE/usr/include" ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
# Remove tex and sgml files.
|
|
rm -f ${DESTDIR}/usr/share/doc/iproute2/*.{tex,sgml}
|
|
# Remove devel manpages.
|
|
rm -rf ${DESTDIR}/usr/share/man/man3
|
|
}
|
|
|
|
iproute2-tc-ipt_package() {
|
|
short_desc+=" - tc(8) IPtables support"
|
|
pkg_install() {
|
|
vmove usr/lib/tc/m_xt.so
|
|
}
|
|
}
|