# HG changeset patch # User Eric Joseph-Alexandre # Date 1263680618 -3600 # Node ID 5042efed71afc016e61a083ef5fd6cb77609bfb1 # Parent cafdd71fecfc8d88c2996d6e8c76f537c4ae39ad Add: libsasl, libsasl-modules. diff -r cafdd71fecfc -r 5042efed71af libsasl-modules/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libsasl-modules/receipt Sat Jan 16 23:23:38 2010 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="libsasl-modules" +VERSION="2.1.23" +CATEGORY="system-tools" +SHORT_DESC="SASL library modules." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="libsasl" +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 < $src/$PACKAGE.files-list +} + + + + diff -r cafdd71fecfc -r 5042efed71af libsasl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libsasl/receipt Sat Jan 16 23:23:38 2010 +0100 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="libsasl" +VERSION="2.1.23" +CATEGORY="system-tools" +SHORT_DESC="SASL library." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="libsasl" +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 < $src/$PACKAGE.files-list +} + + + + + +