wok view libsasl/receipt @ rev 18082

Up marco: copy glib schemas
author Yuri Pourre <yuripourre@gmail.com>
date Fri May 22 18:30:18 2015 -0300 (2015-05-22)
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 }