wok annotate libsasl-modules/receipt @ rev 22521

updated autofs (5.1.4 -> 5.1.6)
author Hans-G?nter Theisgen
date Thu Jan 02 10:33:19 2020 +0100 (2020-01-02)
parents 051931e905b0
children a1821e12e28a
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"
Hans-G?nter@21286 9 WEB_SITE="https://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 }