aboutsummaryrefslogtreecommitdiffstats
path: root/main/iw/APKBUILD
blob: b7dfb14df9588ec60aff3de1d89f6d688eab3783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iw
pkgver=5.4
pkgrel=0
pkgdesc="nl80211 based CLI configuration utility for wireless devices"
url="https://wireless.kernel.org/en/users/Documentation/iw"
arch="all"
license="ISC"
makedepends="libnl3-dev linux-headers"
subpackages="$pkgname-doc"
source="https://www.kernel.org/pub/software/network/iw/iw-$pkgver.tar.xz"
options="!check" # no test suite

build() {
	make V=1
}

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

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