wok-stable diff openldap/receipt @ rev 2459

obby, ocaml, odt2txt, opal, openbox, openldap, opentyrian-classic, orpheus: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 14:38:58 2009 +0000 (2009-03-14)
parents ac38c3a33f71
children 46b53ce42491
line diff
     1.1 --- a/openldap/receipt	Wed Mar 04 10:16:20 2009 +0000
     1.2 +++ b/openldap/receipt	Sat Mar 14 14:38:58 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