wok view libsasl/receipt @ rev 20289

elilo: force ia32 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 13:11:07 2018 +0200 (2018-04-10)
parents de49f29b101e
children 9bd5e01b7427
line source
1 # SliTaz package receipt.
3 PACKAGE="libsasl"
4 VERSION="2.1.23"
5 CATEGORY="system-tools"
6 SHORT_DESC="SASL library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://cyrusimap.web.cmu.edu/"
10 WANTED="cyrus-sasl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 while read file; do
16 dir=${file%/*}
17 [ -d $fs$dir ] || mkdir -p $fs$dir
18 cp -a $install$file $fs$dir
19 done < $wanted_stuff/$PACKAGE.files-list
20 }