3be8ee256d
License is ISC.
19 lines
601 B
Bash
19 lines
601 B
Bash
# Template file for 'iw'
|
|
pkgname=iw
|
|
version=4.9
|
|
revision=1
|
|
hostmakedepends="pkg-config libnl3-devel"
|
|
makedepends="libnl3-devel"
|
|
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=324cc805fad52cba2c16b9ab569906889fb645cc962aac4cfda1db85d2de97ce
|
|
|
|
do_build() {
|
|
make V=1 CC=$CC ${makejobs}
|
|
}
|
|
do_install() {
|
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
}
|