# Contributor: Luis Ressel <aranea@aixah.de>
# Maintainer: 
pkgname=iw
pkgver=5.4
pkgrel=0
pkgdesc="CLI configuration utility for wireless devices"
url="https://wireless.wiki.kernel.org/en/users/Documentation/iw"
arch="all"
options="!check"  # No usable test suite.
license="ISC"
depends=""
makedepends="libnl3-dev linux-headers pkgconfig"
subpackages="$pkgname-doc"
source="https://kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz"

build() {
	make V=1
}

package() {
	make V=1 DESTDIR="$pkgdir" install
}

sha512sums="84408194e5b3a2f119ae9711d856ecb4343734ebb91150e0441b2410af8f75f460ce9ab1ce7151b0dda3926270bcb80fa684058945b7549c98964a0379e39ba2  iw-5.4.tar.xz"