mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
iproute2: update to 4.0.0.
This commit is contained in:
parent
63562e31d9
commit
0dda4be21c
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
LIBDIR=$(PREFIX)/lib
|
LIBDIR=$(PREFIX)/lib
|
||||||
-SBINDIR=/sbin
|
-SBINDIR=/sbin
|
||||||
+SBINDIR=/usr/sbin
|
+SBINDIR=/usr/bin
|
||||||
+SHAREDIR=/usr/share
|
+SHAREDIR=/usr/share
|
||||||
CONFDIR=/etc/iproute2
|
CONFDIR=/etc/iproute2
|
||||||
DATADIR=$(PREFIX)/share
|
DATADIR=$(PREFIX)/share
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iproute2'
|
# Template file for 'iproute2'
|
||||||
pkgname=iproute2
|
pkgname=iproute2
|
||||||
version=3.19.0
|
version=4.0.0
|
||||||
revision=3
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
hostmakedepends="pkg-config perl flex"
|
hostmakedepends="pkg-config perl flex"
|
||||||
makedepends="libfl-devel db-devel iptables-devel"
|
makedepends="libfl-devel db-devel iptables-devel"
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=e2f9f8c36e166f2ba6c0e1e7a9ad84cdf7c1615b93df49dac44563d7b57fd7b0
|
checksum=5cd06eb1050b858b308b65705725042bb566fd261135e35a73dafb48cd632618
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure
|
./configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue