wok-next annotate libsasl/receipt @ rev 18693

slitaz-icons-faenza: rename applications-science into applications-education (thanks llev)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Dec 13 22:37:22 2015 +0200 (2015-12-13)
parents de49f29b101e
children
rev   line source
erjo@4790 1 # SliTaz package receipt.
erjo@4790 2
erjo@4790 3 PACKAGE="libsasl"
erjo@4790 4 VERSION="2.1.23"
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"
erjo@4790 9 WEB_SITE="http://cyrusimap.web.cmu.edu/"
erjo@4790 10 WANTED="cyrus-sasl"
erjo@4790 11
erjo@4790 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4790 13 genpkg_rules()
erjo@4790 14 {
erjo@4790 15 while read file; do
erjo@4790 16 dir=${file%/*}
erjo@4790 17 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15603 18 cp -a $install$file $fs$dir
slaxemulator@9700 19 done < $wanted_stuff/$PACKAGE.files-list
erjo@4790 20 }
erjo@4790 21
erjo@4790 22
erjo@4790 23
erjo@4790 24
erjo@4790 25
erjo@4790 26