X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1D838DC0096 for ; Tue, 10 Dec 2013 13:20:22 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id i13so3651789qae.16 for ; Tue, 10 Dec 2013 05:20:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=yhNucl6bUktj+xn4vKjVz3MGlo2hjzSba5WVUaNQaVU=; b=VE0fPBCaKcfelLUbUPUGu9IxnIiEm6iLS0JWgGo7D0KUUnZKLvXeKzq6VjMG0pLj8V KTEgo16iZXNqha5vqZsXEMToM1MBnHJTymN/NOYcp2bCR8foqRotOaXBqun3IN/orTwj qGb/RgdIWDMFAgHpfuXtx0qYmz8GRuicVbpWVp+R+PMtLZRTRCyS1uQorg4BkUAR9lF6 8JsM7TSV4jCvxWrlCVq7rJdS9KfdGd4Uvi341bZbWAz3G7EhnGfjQwFHQK3vIPeUUpyb i0Gaes1wjURY5j4+ftC94aRdFADnLWgS5pWkx+WtQcrKnOsuMYHwtk2BX76hLKJgIoFW Qzxw== X-Received: by 10.224.87.198 with SMTP id x6mr195926781qal.61.1386681619067; Tue, 10 Dec 2013 05:20:19 -0800 (PST) Received: from alplab.my.domain ([186.233.140.3]) by mx.google.com with ESMTPSA id i7sm41233156qeo.7.2013.12.10.05.20.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Dec 2013 05:20:18 -0800 (PST) From: Alan Messias Cordeiro To: alpine-devel@lists.alpinelinux.org Cc: Alan Messias Cordeiro Subject: [alpine-devel] [PATCH] acf-openldap - New ACF module Date: Tue, 10 Dec 2013 13:05:38 +0000 Message-Id: <1386680738-14647-1-git-send-email-alancordeiro@gmail.com> X-Mailer: git-send-email 1.8.4.3 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- 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) +# Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) +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 ---