wok view libsasl/receipt @ rev 22711

exempi: add bin/exempi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 22 11:18:51 2020 +0100 (2020-01-22)
parents 051931e905b0
children a1821e12e28a
line source
1 # SliTaz package receipt.
3 PACKAGE="libsasl"
4 VERSION="2.1.27"
5 CATEGORY="system-tools"
6 SHORT_DESC="SASL library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://cyrusimap.org/sasl"
11 WANTED="cyrus-sasl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=${file%/*}
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $install$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }