mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
iw: update to 3.11.
This commit is contained in:
parent
ae4eec9c28
commit
650d0995a0
1 changed files with 3 additions and 7 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'iw'
|
# Template file for 'iw'
|
||||||
pkgname=iw
|
pkgname=iw
|
||||||
version=3.10
|
version=3.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config libnl3-devel"
|
||||||
makedepends="libnl3-devel"
|
makedepends="libnl3-devel"
|
||||||
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||||
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||||
checksum=456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9
|
checksum=e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" libnl3-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
iw_package() {
|
iw_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue