2013-03-07 16:00:31 +01:00
|
|
|
# Template file for 'iw'
|
|
|
|
pkgname=iw
|
2015-09-19 07:32:05 +02:00
|
|
|
version=4.3
|
|
|
|
revision=1
|
2013-09-29 11:29:50 +02:00
|
|
|
hostmakedepends="pkg-config libnl3-devel"
|
2013-03-24 10:21:58 +01:00
|
|
|
makedepends="libnl3-devel"
|
2013-03-07 16:00:31 +01:00
|
|
|
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-03-07 16:00:31 +01:00
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
|
|
|
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
2015-09-19 07:32:05 +02:00
|
|
|
checksum=a6add81a51667649d8d7cfba783ab6a0f82e250a663a4065b13babdff3f6b220
|
2015-05-18 11:18:41 +02:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make V=1 CC=$CC ${makejobs}
|
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
|
|
}
|