42 lines
1 KiB
Bash
42 lines
1 KiB
Bash
# Template file for 'iproute2'
|
|
pkgname=iproute2
|
|
version=5.10.0
|
|
revision=1
|
|
build_style=configure
|
|
make_install_args="SBINDIR=/usr/bin"
|
|
hostmakedepends="pkg-config perl flex"
|
|
makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
|
|
short_desc="IP Routing Utilities"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
|
distfiles="${KERNEL_SITE}/utils/net/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=a54a34ae309c0406b2d1fb3a46158613ffb83d33fefd5d4a27f0010237ac53e9
|
|
|
|
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
|
|
/etc/iproute2/bpf_pinning
|
|
/etc/iproute2/group
|
|
/etc/iproute2/nl_protos"
|
|
|
|
do_check() {
|
|
make -C testsuite
|
|
}
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/share/man/man3
|
|
}
|
|
|
|
iproute2-tc-ipt_package() {
|
|
short_desc+=" - tc(8) IPtables support"
|
|
pkg_install() {
|
|
# m_ipt.so is symlinked to m_xt.so
|
|
vmove usr/lib/tc/m_ipt.so
|
|
vmove usr/lib/tc/m_xt.so
|
|
}
|
|
}
|