# Template file for 'iproute2'
pkgname=iproute2
version=3.4.0
patch_args="-Np1"
revision=1
build_style=configure
makedepends="pkg-config perl>=0 db-devel bison 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=38e846e412b2fa235a447b50c20ad1e9770d1b3ed4d3ab18ca0b18c6e8b79ba4
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
}