void-packages/srcpkgs/iproute2/template
2012-08-15 15:38:25 +02:00

32 lines
925 B
Plaintext

# Template file for 'iproute2'
pkgname=iproute2
version=3.5.1
patch_args="-Np1"
revision=1
build_style=configure
makedepends="pkg-config perl db-devel flex libnl-devel iptables-devel"
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=36f2674e5436289f3ccfb0a58707aca9dcfa295d06afc36d2117674508f5ef72
long_desc="
Iproute2 is a collection of utilities for controlling TCP/IP networking
and traffic control in Linux."
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"
post_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
}