summaryrefslogtreecommitdiff
path: root/core/openldap
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-06 23:15:07 +0000
committerroot <root@rshg054.dnsready.net>2011-11-06 23:15:07 +0000
commita4d309341dbcd3c28ee68e818c1d5ef54114adf8 (patch)
treed8b088a03f5cb2b56b2b7508933b4efcfd67f0b2 /core/openldap
parent82fd7f658509afe9737e14e8d1ee9fefe13c9d1f (diff)
Sun Nov 6 23:15:07 UTC 2011
Diffstat (limited to 'core/openldap')
-rw-r--r--core/openldap/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD
index b76f41b99..1d5cc207d 100644
--- a/core/openldap/PKGBUILD
+++ b/core/openldap/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 138811 2011-09-28 12:19:49Z stephane $
+# $Id: PKGBUILD 142181 2011-11-05 20:47:37Z eric $
# Maintainer:
pkgbase=openldap
pkgname=('libldap' 'openldap')
pkgver=2.4.26
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
url="http://www.openldap.org/"
license=('custom')
-makedepends=('groff' 'libfetch' 'e2fsprogs' 'libtool' 'util-linux' 'libsasl')
+makedepends=('libfetch' 'libltdl' 'libsasl')
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
slapd slapd.default ntlm.patch)
md5sums=('f36f3086031dd56ae94f722ffae8df5e'
@@ -43,7 +43,7 @@ check() {
package_libldap() {
pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
- depends=('libsasl' 'libfetch' 'e2fsprogs')
+ depends=('libsasl' 'libfetch')
backup=('etc/openldap/ldap.conf')
options=('!libtool')
@@ -66,7 +66,7 @@ package_libldap() {
package_openldap() {
pkgdesc="Lightweight Directory Access Protocol (LDAP) client and server"
- depends=("libldap>=${pkgver}" 'libtool' 'util-linux')
+ depends=("libldap>=${pkgver}" 'libltdl')
backup=('etc/openldap/slapd.conf' 'etc/conf.d/slapd')
options=('!libtool' 'emptydirs')
install=openldap.install