wok annotate libsasl/receipt @ rev 22711

exempi: add bin/exempi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 22 11:18:51 2020 +0100 (2020-01-22)
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 }