wok view libsasl/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
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 }