mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
iw: update to 4.0.
This commit is contained in:
parent
6cbfe52356
commit
b000888058
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'iw'
|
# Template file for 'iw'
|
||||||
pkgname=iw
|
pkgname=iw
|
||||||
version=3.17
|
version=4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_install_args="SBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkg-config libnl3-devel"
|
hostmakedepends="pkg-config libnl3-devel"
|
||||||
makedepends="libnl3-devel"
|
makedepends="libnl3-devel"
|
||||||
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
||||||
|
@ -11,7 +12,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||||
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||||
checksum=48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93
|
checksum=2b4b7906d5ce89ce0ab523e5de8b619cddcc18fee7a2bfd6f9c62efab2d3bed6
|
||||||
|
|
||||||
# Does not seem to respect our $CPPFLAGS in environment, force it via CFLAGS.
|
|
||||||
CFLAGS="$XBPS_CPPFLAGS"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue