void-packages/srcpkgs/iproute2/template

45 lines
1.2 KiB
Bash
Raw Normal View History

# Template file for 'iproute2'
pkgname=iproute2
2015-09-14 12:53:21 +00:00
version=4.2.0
2015-09-14 14:35:36 +00:00
revision=2
build_pie=yes
hostmakedepends="pkg-config perl flex"
2015-06-28 05:47:12 +00:00
makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
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@voidlinux.eu>"
2011-06-05 08:22:37 +00:00
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
license="GPL-2"
2012-06-19 09:47:25 +00:00
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
2015-09-14 12:53:21 +00:00
checksum=a4101e743e0da36b55f63353ff489699ddcd634ceca854a9a272346588f30f30
do_configure() {
./configure
2014-12-26 07:58:51 +00:00
sed -i 's,CCOPTS,HOSTCCOPTS,g' netem/Makefile
sed -i 's/^LDFLAGS +=/override &/' */Makefile
}
do_build() {
2014-12-26 07:58:51 +00:00
make HOSTCC=cc CC="$CC" RANLIB="$RANLIB" AR="$AR" LD="$LD" \
CCOPTS="$CFLAGS" HOSTCCOPTS="$XBPS_CFLAGS" LDFLAGS="$LDFLAGS" \
2013-10-15 05:00:15 +00:00
DBM_INCLUDE="$XBPS_CROSS_BASE/usr/include" ${makejobs}
}
do_install() {
2015-06-28 05:47:12 +00:00
make DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
2014-10-10 06:35:05 +00:00
rm -r ${DESTDIR}/usr/share/doc
rm -r ${DESTDIR}/usr/share/man/man3
2011-06-05 08:22:37 +00:00
}
iproute2-tc-ipt_package() {
short_desc+=" - tc(8) IPtables support"
pkg_install() {
vmove usr/lib/tc/m_xt.so
}
}