2013-03-07 16:00:31 +01:00
|
|
|
# Template file for 'iw'
|
|
|
|
pkgname=iw
|
2013-09-29 11:29:50 +02:00
|
|
|
version=3.11
|
2013-03-07 16:00:31 +01:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
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"
|
|
|
|
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-09-29 11:29:50 +02:00
|
|
|
checksum=e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff
|
2013-05-05 17:32:27 +02:00
|
|
|
|
2013-04-12 16:39:50 +02:00
|
|
|
iw_package() {
|
|
|
|
pkg_install() {
|
2013-05-05 17:30:05 +02:00
|
|
|
vmove all
|
2013-04-12 16:39:50 +02:00
|
|
|
}
|
|
|
|
}
|