wok view libsasl/receipt @ rev 23657

updated socat (2.0.0-b8 -> 2.0.0-b9)
author Hans-G?nter Theisgen
date Wed Apr 22 07:33:31 2020 +0100 (2020-04-22)
parents 9bd5e01b7427
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsasl"
4 VERSION="2.1.27"
5 CATEGORY="system-tools"
6 SHORT_DESC="SASL library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.cyrusimap.org/sasl"
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 $install$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }