wok-next view libsasl/receipt @ rev 18286
Up: tazusb(181), tazpkg(828)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 11 01:19:57 2015 +0300 (2015-08-11) |
parents | de49f29b101e |
children |
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 }