SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libsasl"

# SliTaz package receipt.

PACKAGE="libsasl"
VERSION="2.1.28"
CATEGORY="system-tools"
SHORT_DESC="SASL library."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://www.cyrusimap.org/sasl"

WANTED="cyrus-sasl"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    while read file; do
        dir=${file%/*}
        [ -d $fs$dir ] || mkdir -p $fs$dir
        cp -a $install$file $fs$dir
    done < $wanted_stuff/$PACKAGE.files-list
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)