wok view libsasl-modules/receipt @ rev 8163

imported patch commit_inprogress/libsasl-modules.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:49 2011 +0100 (2011-01-27)
parents 8752c40cc534
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="libsasl-modules"
4 VERSION="2.1.23"
5 CATEGORY="system-tools"
6 SHORT_DESC="SASL library modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb"
10 PROVIDE="libsasl-without-ldap"
11 WEB_SITE="http://cyrusimap.web.cmu.edu/"
12 WANTED="cyrus-sasl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 while read file; do
18 dir=${file%/*}
19 [ -d $fs$dir ] || mkdir -p $fs$dir
20 cp -a $_pkg$file $fs$dir
21 done < $WOK/$WANTED/stuff/$PACKAGE.files-list
22 }