wok-4.x rev 4790
Add: libsasl, libsasl-modules.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Jan 16 23:23:38 2010 +0100 (2010-01-16) |
parents | cafdd71fecfc |
children | ebd426eed85a |
files | libsasl-modules/receipt libsasl/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libsasl-modules/receipt Sat Jan 16 23:23:38 2010 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libsasl-modules" 1.7 +VERSION="2.1.23" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="SASL library modules." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +DEPENDS="libsasl" 1.13 +WEB_SITE="http://cyrusimap.web.cmu.edu/" 1.14 +WANTED="cyrus-sasl" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + while read file; do 1.20 + dir=${file%/*} 1.21 + [ -d $fs$dir ] || mkdir -p $fs$dir 1.22 + cp -a $_pkg$file $fs$dir 1.23 + done < $src/$PACKAGE.files-list 1.24 +} 1.25 + 1.26 + 1.27 + 1.28 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libsasl/receipt Sat Jan 16 23:23:38 2010 +0100 2.3 @@ -0,0 +1,27 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="libsasl" 2.7 +VERSION="2.1.23" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="SASL library." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 +DEPENDS="libsasl" 2.13 +WEB_SITE="http://cyrusimap.web.cmu.edu/" 2.14 +WANTED="cyrus-sasl" 2.15 + 2.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.17 +genpkg_rules() 2.18 +{ 2.19 + while read file; do 2.20 + dir=${file%/*} 2.21 + [ -d $fs$dir ] || mkdir -p $fs$dir 2.22 + cp -a $_pkg$file $fs$dir 2.23 + done < $src/$PACKAGE.files-list 2.24 +} 2.25 + 2.26 + 2.27 + 2.28 + 2.29 + 2.30 +