wok diff cyrus-sasl/receipt @ rev 2732

Add: vcdimager, vcdimager-dev, vcdimager-xmltools
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 24 07:38:33 2009 +0000 (2009-04-24)
parents 74b05c130986
children f0af3c539b04
line diff
     1.1 --- a/cyrus-sasl/receipt	Mon Feb 09 09:39:53 2009 +0000
     1.2 +++ b/cyrus-sasl/receipt	Fri Apr 24 07:38:33 2009 +0000
     1.3 @@ -8,7 +8,7 @@
     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"
     1.8 +DEPENDS="libldap openssl libdb"
     1.9  BUILD_DEPENDS="openldap-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -17,8 +17,8 @@
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15  	--with-ldap=/usr --without-pam --with-devrandom=/dev/urandom \
    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