20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'iw'
|
|
pkgname=iw
|
|
version=5.3
|
|
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=04afe857bc8dea67e461946de30ae1b012954b6965839c5c3fda7d0ed15505d5
|
|
|
|
do_build() {
|
|
make V=1 CC=$CC ${makejobs}
|
|
}
|
|
do_install() {
|
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
vlicense COPYING
|
|
}
|