# HG changeset patch # User Antoine Bodin # Date 1296084049 -3600 # Node ID f57fe74663bc9e45fccd177c8205b3e6d22918dd # Parent e4f70cd5f4243847dcfe13268bb0a80a193efcc7 imported patch commit_inprogress/libsasl-modules.patch diff -r e4f70cd5f424 -r f57fe74663bc libsasl-modules/receipt --- a/libsasl-modules/receipt Thu Jan 27 00:20:49 2011 +0100 +++ b/libsasl-modules/receipt Thu Jan 27 00:20:49 2011 +0100 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb" +PROVIDE="libsasl-without-ldap" WEB_SITE="http://cyrusimap.web.cmu.edu/" WANTED="cyrus-sasl" @@ -17,7 +18,7 @@ dir=${file%/*} [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $_pkg$file $fs$dir - done < $src/$PACKAGE.files-list + done < $WOK/$WANTED/stuff/$PACKAGE.files-list }