32 lines
925 B
Plaintext
32 lines
925 B
Plaintext
# Template file for 'iproute2'
|
|
pkgname=iproute2
|
|
version=3.5.0
|
|
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=ea885642b1d9f8c843a325b85926a75bd36fb4801b37c7707cbd397fb120aa3d
|
|
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
|
|
}
|