wok view libsasl/receipt @ rev 16481

xpaint: clean up packaged files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:43:46 2014 +0200 (2014-04-23)
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 }