wok rev 10377

openldap: fix bdeps (I hope)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 12:51:17 2011 +0200 (2011-05-23)
parents d7a6899842fd
children 36bd6d3d2b60
files openldap/receipt
line diff
     1.1 --- a/openldap/receipt	Mon May 23 12:44:00 2011 +0200
     1.2 +++ b/openldap/receipt	Mon May 23 12:51:17 2011 +0200
     1.3 @@ -8,24 +8,27 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tgz"
     1.5  WEB_SITE="http://www.openldap.org/"
     1.6  WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-release/$TARBALL"
     1.7 -DEPENDS="libdb openssl libkrb5 libcomerr3 util-linux-ng-uuid icu \
     1.8 -gcc-lib-base libldap"
     1.9 -BUILD_DEPENDS="db-dev libdb libsasl-without-ldap"
    1.10  CONFIG_FILES="/etc/openldap"
    1.11  DATABASE_FILES="/var/openldap-*"
    1.12  
    1.13 +DEPENDS="libdb openssl libkrb5 libcomerr3 util-linux-ng-uuid icu libldap nspr nss"
    1.14 +BUILD_DEPENDS="db-dev libdb libsasl-without-ldap util-linux-ng-uuid-dev
    1.15 +nspr-dev nss-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  
    1.21  	cd $src
    1.22 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23 -		--sysconfdir=/etc --localstatedir=/var \
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		--sysconfdir=/etc \
    1.27 +		--localstatedir=/var \
    1.28  		--libexecdir=/usr/lib/$PACKAGE \
    1.29 -		--mandir=/usr/share/man $CONFIGURE_ARGS
    1.30 +		$CONFIGURE_ARGS
    1.31  	which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/'
    1.32  	make -j 4 CPPFLAGS=-D_GNU_SOURCE &&
    1.33 -	make DESTDIR=$PWD/_pkg install
    1.34 +	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.