void-packages/srcpkgs/iw/template
2019-12-15 17:48:44 +01:00

20 lines
623 B
Bash

# Template file for 'iw'
pkgname=iw
version=5.4
revision=1
hostmakedepends="pkg-config libnl3-devel"
makedepends="libnl3-devel"
short_desc="nl80211 based CLI configuration utility for 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=a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f
do_build() {
make V=1 CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
vlicense COPYING
}