wok annotate 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
rev   line source
erjo@4790 1 # SliTaz package receipt.
erjo@4790 2
erjo@4790 3 PACKAGE="libsasl"
Hans-G?nter@21286 4 VERSION="2.1.27"
erjo@4790 5 CATEGORY="system-tools"
erjo@4790 6 SHORT_DESC="SASL library."
erjo@4790 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="BSD"
Hans-G?nter@21286 9 WEB_SITE="https://cyrusimap.org/sasl"
Hans-G?nter@21286 10
erjo@4790 11 WANTED="cyrus-sasl"
erjo@4790 12
erjo@4790 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4790 14 genpkg_rules()
erjo@4790 15 {
erjo@4790 16 while read file; do
erjo@4790 17 dir=${file%/*}
erjo@4790 18 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15603 19 cp -a $install$file $fs$dir
slaxemulator@9700 20 done < $wanted_stuff/$PACKAGE.files-list
erjo@4790 21 }