iproute2: update to 3.2.0.
This commit is contained in:
parent
ad3436158c
commit
4c31d01ecb
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'iproute2'
|
||||
pkgname=iproute2
|
||||
version=3.1.0
|
||||
version=3.2.0
|
||||
patch_args="-Np1"
|
||||
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
||||
short_desc="IP Routing Utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
||||
license="GPL-2"
|
||||
checksum=03415855045b19606d1c7374367de3837c4045c468965450888b7ccce07c8409
|
||||
checksum=59bc1c67a18653f989792a31eda5607a87689b9e6041f2d47ea8b5fe4842cb4d
|
||||
long_desc="
|
||||
Iproute2 is a collection of utilities for controlling TCP/IP networking
|
||||
and traffic control in Linux."
|
||||
|
@ -20,11 +20,13 @@ conf_files="
|
|||
/etc/iproute2/rt_scopes
|
||||
/etc/iproute2/rt_tables"
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build perl ">=0"
|
||||
Add_dependency build db-devel
|
||||
Add_dependency build iptables-devel
|
||||
Add_dependency build bison
|
||||
Add_dependency build flex
|
||||
Add_dependency build libnl-devel
|
||||
Add_dependency build iptables-devel
|
||||
|
||||
do_build() {
|
||||
sed -i -e "s|\/usr\/local\/lib|\/usr\/libexec|g" configure
|
||||
|
@ -40,7 +42,6 @@ do_install() {
|
|||
# Remove devel manpages.
|
||||
rm -rf ${DESTDIR}/usr/share/man/man3
|
||||
|
||||
# OpenRC expects this in /sbin.
|
||||
install -d ${DESTDIR}/sbin
|
||||
mv ${DESTDIR}/usr/sbin/ip ${DESTDIR}/sbin
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue