aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-04-08 20:26:34 +0200
committerJakub Jirutka <jakub@jirutka.cz>2020-04-08 20:27:27 +0200
commit93055eb76f61eb7af750ad756f0440eee35a4ab2 (patch)
tree1e2b2cd4762c29c27e1891ce6f91afd34d20201b /testing
parent74ef257818bb8df5fbeb44b7095e1fc2ad39491a (diff)
downloadaports-93055eb76f61eb7af750ad756f0440eee35a4ab2.tar.bz2
aports-93055eb76f61eb7af750ad756f0440eee35a4ab2.tar.xz
community/kea-hook-userchk-ldap: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/kea-hook-userchk-ldap/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/kea-hook-userchk-ldap/APKBUILD b/testing/kea-hook-userchk-ldap/APKBUILD
deleted file mode 100644
index 0875398d81..0000000000
--- a/testing/kea-hook-userchk-ldap/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=kea-hook-userchk-ldap
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="Kea DHCP hook for checking user access in LDAP"
-url="https://github.com/cvut/kea-hook-userchk-ldap/"
-arch="all !armhf !armv7 !s390x" # limited by kea
-license="MPL-2.0"
-makedepends="autoconf automake kea-dev libtool openldap-dev boost-dev log4cplus-dev"
-source="https://github.com/cvut/kea-hook-userchk-ldap/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-options="!check" # no tests provided
-
-prepare() {
- default_prepare
- ./autogen.sh
-}
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --enable-generate-messages \
- --disable-static
- make
-}
-
-package() {
- make install DESTDIR="$pkgdir"
-}
-
-sha512sums="917a85de814c263fc794d48595c616d97d8e61d70dfd80a0f44379515fc1f0d72734d30e6de7b833f046c5842b87946e57d7c068814f7154ed210f2ceb4efb58 kea-hook-userchk-ldap-0.1.0.tar.gz"