void-packages/srcpkgs/iw/template
Anthony Iliopoulos cfc8ae66da iw: update to 5.8.
2020-08-31 18:39:37 +02:00

20 lines
626 B
Bash

# Template file for 'iw'
pkgname=iw
version=5.8
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=b59c4bacb0b6675cc09f2f30ebdceb91174cb65443d0a062fba2c09fad772db4
do_build() {
make V=1 CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
vlicense COPYING
}