void-packages/srcpkgs/iw/template
2013-09-29 11:29:50 +02:00

20 lines
552 B
Plaintext

# Template file for 'iw'
pkgname=iw
version=3.11
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config libnl3-devel"
makedepends="libnl3-devel"
short_desc="nl80211 based CLI configuration utility for wireless devices"
maintainer="Juan RP <xtraeme@gmail.com>"
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"
checksum=e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff
iw_package() {
pkg_install() {
vmove all
}
}