wok view libsasl-modules/receipt @ rev 12530

Up: xorg-xf86-video-* (Update all Xorg video drivers)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 10:44:52 2012 +0200 (2012-04-25)
parents 129bb5b11a7e
children de49f29b101e
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 DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb"
9 PROVIDE="libsasl-without-ldap"
10 WEB_SITE="http://cyrusimap.web.cmu.edu/"
11 WANTED="cyrus-sasl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=${file%/*}
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }