[alpine-devel] [PATCH] acf-openldap - New ACF module
Export this patch
---
testing/acf-openldap/APKBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 testing/acf-openldap/APKBUILD
applied. thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
diff --git a/testing/acf-openldap/APKBUILD b/testing/acf-openldap/APKBUILD
new file mode 100644
index 0000000..dc98d03
--- /dev/null
+++ b/testing/acf-openldap/APKBUILD
@@ -0,0 +1,23 @@
+# Contributor: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
+# Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
+pkgname=acf-openldap
+pkgver=0.1.1
+pkgrel=0
+pkgdesc="ACF module for OpenLDAP"
+url="http://git.alpinelinux.org/cgit/$pkgname"
+arch="noarch"
+license="GPL-2"
+depends="acf-core lua openldap openldap-back-bdb"
+depends_dev=""
+makedepends="$depends_dev"
+install=""
+subpackages=""
+source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+md5sums="7db43a5c61f6ed72acba5e199164f0a7 acf-openldap-0.1.1.tar.xz"
+sha256sums="23a025862fdb4ecdc664c66bae54ecbd37fef82b729a0b04b28c54f9e03e9f99 acf-openldap-0.1.1.tar.xz"
+sha512sums="1500509edbcb749aaa5cb848f791ae7c7811c0c4fce9c53297eb9338c004c6ae35cb687cc6961f0d2c56dd73371fabe24293bbc35dbbc2773aeaa2d4165499d1 acf-openldap-0.1.1.tar.xz"
--
1.8.4.3
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---