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