wok-current diff openldap/receipt @ rev 2898
Add: gaupol (subtitles editor)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue May 05 04:04:47 2009 +0000 (2009-05-05) |
parents | ac38c3a33f71 |
children | 46b53ce42491 |
line diff
1.1 --- a/openldap/receipt Wed Mar 04 10:16:20 2009 +0000 1.2 +++ b/openldap/receipt Tue May 05 04:04:47 2009 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 TARBALL="$PACKAGE-stable-20071118.tgz" 1.5 WEB_SITE="http://www.openldap.org/" 1.6 WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" 1.7 -DEPENDS="libdb openssl" 1.8 +DEPENDS="libdb openssl cyrus-sasl" 1.9 BUILD_DEPENDS="db-dev libdb" 1.10 CONFIG_FILES="/etc/openldap" 1.11 DATABASE_FILES="/var/openldap-*" 1.12 @@ -20,8 +20,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 --sysconfdir=/etc --localstatedir=/var \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22