summaryrefslogtreecommitdiffstats
path: root/testing/acf-openldap/APKBUILD
blob: dc98d03c224010771bcc2b7ed8f95d1272b3e160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"