iproute2: update to 3.3.0.
This commit is contained in:
parent
cc40df59a1
commit
b05e30ee36
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'iproute2'
|
||||
pkgname=iproute2
|
||||
version=3.2.0
|
||||
version=3.3.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=59bc1c67a18653f989792a31eda5607a87689b9e6041f2d47ea8b5fe4842cb4d
|
||||
checksum=e16d9ec1bd0bb2a3bb8be5ba0f0d9c53d39c0515a3ad58a58a89efe1748fb2a6
|
||||
long_desc="
|
||||
Iproute2 is a collection of utilities for controlling TCP/IP networking
|
||||
and traffic control in Linux."
|
||||
|
@ -41,7 +41,4 @@ do_install() {
|
|||
rm -f ${DESTDIR}/usr/share/doc/iproute2/*.{tex,sgml}
|
||||
# Remove devel manpages.
|
||||
rm -rf ${DESTDIR}/usr/share/man/man3
|
||||
|
||||
install -d ${DESTDIR}/sbin
|
||||
mv ${DESTDIR}/usr/sbin/ip ${DESTDIR}/sbin
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue