wok view libsasl/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents 129bb5b11a7e
children de49f29b101e
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 WEB_SITE="http://cyrusimap.web.cmu.edu/"
9 WANTED="cyrus-sasl"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 while read file; do
15 dir=${file%/*}
16 [ -d $fs$dir ] || mkdir -p $fs$dir
17 cp -a $_pkg$file $fs$dir
18 done < $wanted_stuff/$PACKAGE.files-list
19 }