wok view libsasl-modules/receipt @ rev 17341

slitaz-configs-base: Up (5.5.7); mesa-dri: remove vmwgfx
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 05 23:50:10 2014 +0100 (2014-11-05)
parents de49f29b101e
children 9bd5e01b7427
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 LICENSE="BSD"
9 PROVIDE="libsasl-without-ldap"
10 WEB_SITE="http://cyrusimap.web.cmu.edu/"
11 WANTED="cyrus-sasl"
13 DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=${file%/*}
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$dir
22 done < $wanted_stuff/$PACKAGE.files-list
23 }