aboutsummaryrefslogtreecommitdiffstats
path: root/community/iw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iw/APKBUILD')
-rw-r--r--community/iw/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/iw/APKBUILD b/community/iw/APKBUILD
deleted file mode 100644
index a86ed72ac04..00000000000
--- a/community/iw/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=iw
-pkgver=5.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="08b0c8d92c7e695bb2a107b89c3cc406e8386393b65ecbf96ded6fd757043ccd12bedaa90c14138e03e53f107365d04e229633c1cfa024ecab5fe993578491be iw-5.9.tar.xz"