wok-current view libsasl/receipt @ rev 25634

Mass update, new toolchain gcc 8.3.0, glibc 2.28.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Jan 14 08:12:37 2024 +0000 (6 months ago)
parents a1821e12e28a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsasl"
4 VERSION="2.1.28"
5 CATEGORY="system-tools"
6 SHORT_DESC="SASL library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.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 }