wok view libsasl-modules/receipt @ rev 21079

jabberd2: removed modification of util/log.c
author Hans-G?nter Theisgen
date Fri Mar 15 12:52:51 2019 +0100 (2019-03-15)
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 }