wok annotate libsasl-modules/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 9bd5e01b7427
children
rev   line source
erjo@4790 1 # SliTaz package receipt.
erjo@4790 2
erjo@4790 3 PACKAGE="libsasl-modules"
Hans-G?nter@21286 4 VERSION="2.1.27"
erjo@4790 5 CATEGORY="system-tools"
erjo@4790 6 SHORT_DESC="SASL library modules."
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
gokhlayeh@8163 11 PROVIDE="libsasl-without-ldap"
erjo@4790 12 WANTED="cyrus-sasl"
Hans-G?nter@21286 13 DEPENDS="libcomerr3 libcrypto libdb libkrb5 libsasl"
pascal@15600 14
erjo@4790 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4790 16 genpkg_rules()
erjo@4790 17 {
erjo@4790 18 while read file; do
erjo@4790 19 dir=${file%/*}
erjo@4790 20 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15603 21 cp -a $install$file $fs$dir
slaxemulator@9700 22 done < $wanted_stuff/$PACKAGE.files-list
slaxemulator@9700 23 }