1 # Contributor: Andreas Baumann <abaumann at yahoo dot com>
6 pkgdesc="a C++ API for openldap"
8 url="http://www.openldap.org/"
10 depends=('libldap>=2.4.24')
11 makedepends=('libldap>=2.4.24')
12 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz)
13 md5sums=('f36f3086031dd56ae94f722ffae8df5e')
16 cd ${srcdir}/openldap-${pkgver}/contrib/ldapc++
18 ./configure --prefix=/usr || return 1
22 make DESTDIR=${pkgdir} install