wok-6.x view libsasl-modules/receipt @ rev 23212
updated nagios-nsca (2.9.1 -> 2.9.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 21 14:45:16 2020 +0100 (2020-03-21) |
parents | 051931e905b0 |
children | a1821e12e28a |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsasl-modules"
4 VERSION="2.1.27"
5 CATEGORY="system-tools"
6 SHORT_DESC="SASL library modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://cyrusimap.org/sasl/"
11 PROVIDE="libsasl-without-ldap"
12 WANTED="cyrus-sasl"
13 DEPENDS="libcomerr3 libcrypto libdb libkrb5 libsasl"
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 }