void-packages/srcpkgs/iw/template

24 lines
605 B
Text
Raw Normal View History

2013-03-07 15:00:31 +00:00
# Template file for 'iw'
pkgname=iw
2013-05-05 15:30:05 +00:00
version=3.10
2013-03-07 15:00:31 +00:00
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="libnl3-devel"
2013-03-07 15:00:31 +00:00
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"
2013-05-05 15:30:05 +00:00
checksum=456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9
2013-05-05 15:32:27 +00:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libnl3-devel"
fi
iw_package() {
pkg_install() {
2013-05-05 15:30:05 +00:00
vmove all
}
}