wok diff cyrus-sasl/receipt @ rev 11171

Up: acpid to 2.0.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 15:31:12 2011 +0000 (2011-11-02)
parents fc20a2fab76c
children 7684d44cb333
line diff
     1.1 --- a/cyrus-sasl/receipt	Sat May 07 17:51:17 2011 +0000
     1.2 +++ b/cyrus-sasl/receipt	Wed Nov 02 15:31:12 2011 +0000
     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.