mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 13:14:19 +02:00
24 lines
642 B
Text
24 lines
642 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=iw
|
|
pkgver=6.9
|
|
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="
|
|
cbafa54cffa6098a727edd8fb90382ab9f08d2db999811e543bcdaf8de41386c87a34504cf8965340839445929879a608faf51314b7335783beab403cf3f9cbc iw-6.9.tar.xz
|
|
"
|