wok annotate libsasl/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 9bd5e01b7427
children
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"
pascal@23440 9 WEB_SITE="https://www.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 }