void-packages/srcpkgs/iproute2/template
2012-10-15 21:53:55 +02:00

32 lines
935 B
Plaintext

# Template file for 'iproute2'
pkgname=iproute2
version=3.6.0
revision=1
patch_args="-Np1"
build_style=configure
makedepends="pkg-config perl db-devel flex libnl-devel iptables-devel>=1.4.16.2"
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=2d17544da00e3f162139f66891c6ab5492d3cca7cfc8f7b517a5dca3c5560534
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
}