wok rev 8160

imported patch commit_inprogress/cyrus-sasl.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:49 2011 +0100 (2011-01-27)
parents 33f35b143990
children ff0287480891
files cyrus-sasl/receipt
line diff
     1.1 --- a/cyrus-sasl/receipt	Wed Jan 26 18:02:11 2011 +0000
     1.2 +++ b/cyrus-sasl/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.3 @@ -27,19 +27,13 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp stuff/*.files-list $src
     1.8  	mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd
     1.9  	cp -a $_pkg/usr/sbin $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.11  	cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
    1.12  	cp -a stuff/etc $fs
    1.13  	
    1.14 -	cat $src/*.files-list | while read file; do
    1.15 +	cat $WOK/$PACKAGE/stuff/*.files-list | while read file; do
    1.16  		rm -rf $fs$file
    1.17  	done
    1.18 -	
    1.19 -	for i in $(cd $WOK; ls -d cyrus-sasl-* libsasl*)
    1.20 -	do
    1.21 -		tazwok cook $i
    1.22 -	done
    1.23  }