~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] acf-openldap - New ACF module

Alan Messias Cordeiro <alancordeiro@gmail.com>
Details
Message ID
<1386680738-14647-1-git-send-email-alancordeiro@gmail.com>
Sender timestamp
1386680738
DKIM signature
missing
Download raw message
Patch: +23 -0
---
 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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131210170917.64ba0607@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1386680738-14647-1-git-send-email-alancordeiro@gmail.com> (view parent)
Sender timestamp
1386691757
DKIM signature
missing
Download raw message
On Tue, 10 Dec 2013 13:05:38 +0000
Alan Messias Cordeiro <alancordeiro@gmail.com> wrote:

> ---
>  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
---
Reply to thread Export thread (mbox)