wok rev 10433

cyrus-sasl: fix bdeps (need openssl-dev + rm libkrb5, if krb5 support is needed we must add krb5-dev to bdeps)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:25:23 2011 +0200 (2011-05-25)
parents 46bdddb99587
children 591ce1ef5cb6
files cyrus-sasl/receipt
line diff
     1.1 --- a/cyrus-sasl/receipt	Wed May 25 00:21:47 2011 +0200
     1.2 +++ b/cyrus-sasl/receipt	Wed May 25 00:25:23 2011 +0200
     1.3 @@ -8,20 +8,22 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://cyrusimap.web.cmu.edu/"
     1.6  WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
     1.7 -DEPENDS="libldap openssl libdb libsasl libsasl-modules libkrb5 libcomerr3"
     1.8 -BUILD_DEPENDS="openldap-dev db-dev"
     1.9 +
    1.10 +DEPENDS="libldap openssl libdb libsasl libsasl-modules libcomerr3"
    1.11 +BUILD_DEPENDS="openldap-dev db-dev openssl-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.18 -	--with-ldap=/usr --without-pam --with-devrandom=/dev/urandom \
    1.19 -	--with-openssl=/usr \
    1.20 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.21 +	./configure \
    1.22 +		--with-ldap=/usr \
    1.23 +		--with-openssl=/usr \
    1.24 +		--without-pam \
    1.25 +		--with-devrandom=/dev/urandom \
    1.26 +		$CONFIGURE_ARGS
    1.27  	sed -i 's/WITH_DES/WITH_DES 1/' config.h
    1.28 -	make &&
    1.29 -	make DESTDIR=$PWD/_pkg install
    1.30 +	make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.