iw: update to 6.17
This commit is contained in:
committed by
Duncan Overbruck
parent
353bd86d3b
commit
5585c5382e
+5
-4
@@ -1,19 +1,20 @@
|
||||
# Template file for 'iw'
|
||||
pkgname=iw
|
||||
version=5.19
|
||||
version=6.17
|
||||
revision=1
|
||||
hostmakedepends="pkg-config libnl3-devel"
|
||||
makedepends="libnl3-devel"
|
||||
short_desc="Utility for nl80211 based CLI configuration of wireless devices"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||
checksum=f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e
|
||||
homepage="https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html"
|
||||
distfiles="https://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||
checksum=7d182e498289ab39b257da6780d562e415377107f50358ee5b55b8cfe40b1e33
|
||||
|
||||
do_build() {
|
||||
make V=1 CC=$CC ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||
vlicense COPYING
|
||||
|
||||
Reference in New Issue
Block a user