iw: update to 3.11.
This commit is contained in:
parent
ae4eec9c28
commit
650d0995a0
|
@ -1,20 +1,16 @@
|
|||
# Template file for 'iw'
|
||||
pkgname=iw
|
||||
version=3.10
|
||||
version=3.11
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
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=456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libnl3-devel"
|
||||
fi
|
||||
checksum=e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff
|
||||
|
||||
iw_package() {
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue