aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crda
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2016-08-18 20:01:37 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-18 21:21:06 +0200
commit2f2883cc10692bcb0db5997907b081268fad8d79 (patch)
treed81d38b511465f265bd65324bb46fdfeee4749e6 /testing/crda
parentbe6dec1f57e2315d6b3e04d81be7d2220edbdf7f (diff)
downloadaports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.bz2
aports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.xz
testing/[various]: move to community
Diffstat (limited to 'testing/crda')
-rw-r--r--testing/crda/01-Makefile-dont-run-ldconfig.patch10
-rw-r--r--testing/crda/APKBUILD32
2 files changed, 0 insertions, 42 deletions
diff --git a/testing/crda/01-Makefile-dont-run-ldconfig.patch b/testing/crda/01-Makefile-dont-run-ldconfig.patch
deleted file mode 100644
index d1e7477b68..0000000000
--- a/testing/crda/01-Makefile-dont-run-ldconfig.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile 2014-12-11 00:51:29.000000000 +0100
-+++ b/Makefile 2016-04-23 03:03:33.785974265 +0200
-@@ -127,7 +127,6 @@
- $(NQ) ' INSTALL libreg'
- $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
- $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
-- $(Q)ldconfig
-
- %.o: %.c regdb.h $(LIBREG)
- $(NQ) ' CC ' $@
diff --git a/testing/crda/APKBUILD b/testing/crda/APKBUILD
deleted file mode 100644
index bc5d020569..0000000000
--- a/testing/crda/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Stefan Wagner <stw@bit-strickerei.de>
-# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
-pkgname=crda
-pkgver=3.18
-pkgrel=0
-pkgdesc="Linux Central Regulatory Domain Agent"
-url="http://www.linuxwireless.org/en/developers/Regulatory/CRDA/"
-arch="all"
-license="GPL"
-depends="wireless-regdb"
-makedepends="linux-headers libnl-dev py-m2crypto libgcrypt-dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://kernel.org/pub/software/network/crda/crda-3.18.tar.xz
- 01-Makefile-dont-run-ldconfig.patch"
-
-builddir="$srcdir/$pkgname-$pkgver"
-build() {
- cd "$builddir"
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="0431fef3067bf503dfb464069f06163a crda-3.18.tar.xz
-412cbf7cc897359b78f468f5b71fb9a3 01-Makefile-dont-run-ldconfig.patch"
-sha256sums="43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf crda-3.18.tar.xz
-93d1c0ca0c1ef72ffc830033dbce8206695f721615b95b54b1a4afda1457bd7a 01-Makefile-dont-run-ldconfig.patch"
-sha512sums="57ae6309159f396448f052c127f401c2f63d47f4193e87dca231c4b7bbbd7e69b5e5666f356fc76dfc8a6ae58ffa55c3794428d6eb34d9937df77c4276036588 crda-3.18.tar.xz
-c642976b193722c0050c13331a010b466cea8391bb5f945832604a556e274ea1a4b289c78f74ff5d502fae800f18219db3d10ff10c0528eefc5e9443a963640f 01-Makefile-dont-run-ldconfig.patch"