2010-02-23 22:09:12 +00:00
|
|
|
# Template file for 'iproute2'
|
|
|
|
pkgname=iproute2
|
2014-01-14 08:20:14 +00:00
|
|
|
version=3.12.0
|
2013-08-01 05:13:59 +00:00
|
|
|
revision=1
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config perl flex"
|
2014-01-14 08:20:14 +00:00
|
|
|
makedepends="libfl-devel db-devel>=5.3 iptables-devel>=1.4.21"
|
2014-01-01 15:10:11 +00:00
|
|
|
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"
|
2010-02-23 22:09:12 +00:00
|
|
|
short_desc="IP Routing Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-05 08:22:37 +00:00
|
|
|
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
|
|
|
license="GPL-2"
|
2012-06-19 09:47:25 +00:00
|
|
|
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
2014-01-14 08:20:14 +00:00
|
|
|
checksum=44f600475d27a421688cda2294efec38513473a740c24ead78eb20005f08f111
|
2010-02-23 22:09:12 +00:00
|
|
|
|
2013-02-16 08:38:09 +00:00
|
|
|
do_configure() {
|
|
|
|
./configure
|
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
2013-10-15 05:00:15 +00:00
|
|
|
make CC="$CC" RANLIB="$RANLIB" AR="$AR" LD="$LD" \
|
|
|
|
DBM_INCLUDE="$XBPS_CROSS_BASE/usr/include" ${makejobs}
|
2013-02-16 08:38:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
|
2011-06-05 08:22:37 +00:00
|
|
|
# Remove tex and sgml files.
|
|
|
|
rm -f ${DESTDIR}/usr/share/doc/iproute2/*.{tex,sgml}
|
|
|
|
# Remove devel manpages.
|
|
|
|
rm -rf ${DESTDIR}/usr/share/man/man3
|
|
|
|
}
|