wok annotate libsasl-modules/receipt @ rev 4790

Add: libsasl, libsasl-modules.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 16 23:23:38 2010 +0100 (2010-01-16)
parents
children 8752c40cc534
rev   line source
erjo@4790 1 # SliTaz package receipt.
erjo@4790 2
erjo@4790 3 PACKAGE="libsasl-modules"
erjo@4790 4 VERSION="2.1.23"
erjo@4790 5 CATEGORY="system-tools"
erjo@4790 6 SHORT_DESC="SASL library modules."
erjo@4790 7 MAINTAINER="pascal.bellard@slitaz.org"
erjo@4790 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@4790 9 DEPENDS="libsasl"
erjo@4790 10 WEB_SITE="http://cyrusimap.web.cmu.edu/"
erjo@4790 11 WANTED="cyrus-sasl"
erjo@4790 12
erjo@4790 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4790 14 genpkg_rules()
erjo@4790 15 {
erjo@4790 16 while read file; do
erjo@4790 17 dir=${file%/*}
erjo@4790 18 [ -d $fs$dir ] || mkdir -p $fs$dir
erjo@4790 19 cp -a $_pkg$file $fs$dir
erjo@4790 20 done < $src/$PACKAGE.files-list
erjo@4790 21 }
erjo@4790 22
erjo@4790 23
erjo@4790 24
erjo@4790 25