~alpine/devel

acf-openldap - New ACF module v1 PROPOSED

Alan Messias Cordeiro <alancordeiro@gmail.com>
Alan Messias Cordeiro: 1
 acf-openldap - New ACF module

 1 files changed, 23 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/601/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] acf-openldap - New ACF module Export this patch

Alan Messias Cordeiro <alancordeiro@gmail.com>
---
 testing/acf-openldap/APKBUILD | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 testing/acf-openldap/APKBUILD
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
---