wok view libsasl-modules/receipt @ rev 21229

Up collectd-bind (5.8.1) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 10 20:14:49 2019 +0200 (2019-04-10)
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 }