wok view libsasl/receipt @ rev 22054

updated ttf-dejavu and ttf-dejavu-extra (2.35 -> 2.37)
author Hans-G?nter Theisgen
date Wed Oct 23 15:28:01 2019 +0100 (2019-10-23)
parents 051931e905b0
children a1821e12e28a
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://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 }