iw: update to 5.8.
This commit is contained in:
parent
0d3fb745e2
commit
cfc8ae66da
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'iw'
|
# Template file for 'iw'
|
||||||
pkgname=iw
|
pkgname=iw
|
||||||
version=5.4
|
version=5.8
|
||||||
revision=1
|
revision=1
|
||||||
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="Utility for nl80211 based CLI configuration of wireless devices"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
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=a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f
|
checksum=b59c4bacb0b6675cc09f2f30ebdceb91174cb65443d0a062fba2c09fad772db4
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make V=1 CC=$CC ${makejobs}
|
make V=1 CC=$CC ${makejobs}
|
||||||
|
|
Loading…
Reference in New Issue