# SliTaz package receipt.

PACKAGE="libsasl"
VERSION="2.1.23"
CATEGORY="system-tools"
SHORT_DESC="SASL library."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://cyrusimap.web.cmu.edu/"
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 $_pkg$file $fs$dir
	done < $wanted_stuff/$PACKAGE.files-list
}