iproute2: update to 5.0.0.
This commit is contained in:
parent
8f6c327499
commit
3fc9d1b7e4
1 changed files with 10 additions and 9 deletions
|
@ -1,9 +1,18 @@
|
|||
# Template file for 'iproute2'
|
||||
pkgname=iproute2
|
||||
version=4.20.0
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
make_install_args="SBINDIR=/usr/bin"
|
||||
hostmakedepends="pkg-config perl flex"
|
||||
makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
|
||||
short_desc="IP Routing Utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||
distfiles="${KERNEL_SITE}/utils/net/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=df047302a39650ef832c07e8dab5df7a23218cd398bd310c8628e386161d20ba
|
||||
|
||||
conf_files="
|
||||
/etc/iproute2/ematch_map
|
||||
/etc/iproute2/rt_dsfield
|
||||
|
@ -11,14 +20,6 @@ conf_files="
|
|||
/etc/iproute2/rt_realms
|
||||
/etc/iproute2/rt_scopes
|
||||
/etc/iproute2/rt_tables"
|
||||
hostmakedepends="pkg-config perl flex"
|
||||
makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
|
||||
short_desc="IP Routing Utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=c8adaa6a40f888476b23acb283cfa30c0dd55f07b5aa20663ed5ba2ef1f6fda8
|
||||
|
||||
do_check() {
|
||||
make -C testsuite
|
||||
|
|
Loading…
Reference in a new issue