void-packages/srcpkgs/iw/template

21 lines
617 B
Bash
Raw Normal View History

2013-03-07 16:00:31 +01:00
# Template file for 'iw'
pkgname=iw
2015-05-06 07:12:13 +02:00
version=4.1
2015-05-18 11:18:41 +02:00
revision=2
build_pie=yes
2013-09-29 11:29:50 +02:00
hostmakedepends="pkg-config libnl3-devel"
makedepends="libnl3-devel"
2013-03-07 16:00:31 +01:00
short_desc="nl80211 based CLI configuration utility for wireless devices"
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-05-06 07:12:13 +02:00
checksum=5164aaacd8e82501d84a2187af194e8285a5a5b76e200447eb58d4dd78d1a34b
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
}