2010-02-23 23:09:12 +01:00
|
|
|
# Template file for 'iproute2'
|
|
|
|
pkgname=iproute2
|
2012-03-29 17:14:36 +02:00
|
|
|
version=3.3.0
|
2011-02-03 19:11:43 +01:00
|
|
|
patch_args="-Np1"
|
2012-01-05 10:38:36 +01:00
|
|
|
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config perl>=0 db-devel bison flex libnl-devel iptables-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2010-02-23 23:09:12 +01:00
|
|
|
short_desc="IP Routing Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-05 10:22:37 +02:00
|
|
|
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
|
|
|
license="GPL-2"
|
2012-03-29 17:14:36 +02:00
|
|
|
checksum=e16d9ec1bd0bb2a3bb8be5ba0f0d9c53d39c0515a3ad58a58a89efe1748fb2a6
|
2010-02-23 23:09:12 +01:00
|
|
|
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"
|
|
|
|
|
2011-06-05 10:22:37 +02:00
|
|
|
|
2011-11-14 21:31:47 +01:00
|
|
|
do_build() {
|
2011-06-05 10:22:37 +02:00
|
|
|
sed -i -e "s|\/usr\/local\/lib|\/usr\/libexec|g" configure
|
2011-11-14 21:31:47 +01:00
|
|
|
./configure ${CONFIGURE_SHARED_ARGS}
|
2011-06-05 10:22:37 +02:00
|
|
|
make ${makejobs}
|
|
|
|
}
|
|
|
|
|
2011-11-14 21:31:47 +01:00
|
|
|
do_install() {
|
2011-06-05 10:22:37 +02:00
|
|
|
make DESTDIR=${DESTDIR} 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
|
|
|
|
}
|