aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-21 16:24:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-21 16:25:39 +0000
commitcabb87e13f0df475add5192c8e43e1d68120bf10 (patch)
treef6c6fe2330d2badc8bde2528cfa532a2a5702f41 /community
parentcbcfef5e825e2172d4f745c5d145f65d66aa2e48 (diff)
downloadaports-cabb87e13f0df475add5192c8e43e1d68120bf10.tar.bz2
aports-cabb87e13f0df475add5192c8e43e1d68120bf10.tar.xz
main/wireless-regdb: move from community
this is used by scripts/mkimg.base.sh so we need it in main repo
Diffstat (limited to 'community')
-rw-r--r--community/wireless-regdb/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/wireless-regdb/APKBUILD b/community/wireless-regdb/APKBUILD
deleted file mode 100644
index 587aa8533e..0000000000
--- a/community/wireless-regdb/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Stefan Wagner <stw@bit-strickerei.de>
-# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
-pkgname=wireless-regdb
-pkgver=2018.05.31
-pkgrel=1
-pkgdesc="Central Regulatory Domain Database"
-url="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb"
-arch="noarch"
-license="ISC"
-subpackages="$pkgname-doc"
-options="!check"
-source="https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-package() {
- cd "$builddir"
- install -D -m644 "$builddir"/regulatory.bin "$pkgdir"/usr/lib/crda/regulatory.bin
- install -D -m644 "$builddir"/regulatory.bin.5 "$pkgdir"/usr/share/man/man5/regulatory.bin.5
- install -D -m644 "$builddir"/regulatory.db "$pkgdir"/lib/firmware/regulatory.db
- install -D -m644 "$builddir"/regulatory.db.p7s "$pkgdir"/lib/firmware/regulatory.db.p7s
-}
-
-sha512sums="fda18edd619b294b125a5c1e04e758c04332c6d1d99ed44574321753294c159bd6c6f0c592ebfd91e99d301467e8ee8b97d1ad595cd56b3902bd5f85acd95b8d wireless-regdb-2018.05.31.tar.xz"