wok annotate libsasl-modules/receipt @ rev 10466

gnu-efi: fix install path
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 11:35:30 2011 +0200 (2011-05-25)
parents 129bb5b11a7e
children de49f29b101e
rev   line source
erjo@4790 1 # SliTaz package receipt.
erjo@4790 2
erjo@4790 3 PACKAGE="libsasl-modules"
erjo@4790 4 VERSION="2.1.23"
erjo@4790 5 CATEGORY="system-tools"
erjo@4790 6 SHORT_DESC="SASL library modules."
erjo@4790 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@5003 8 DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb"
gokhlayeh@8163 9 PROVIDE="libsasl-without-ldap"
erjo@4790 10 WEB_SITE="http://cyrusimap.web.cmu.edu/"
erjo@4790 11 WANTED="cyrus-sasl"
erjo@4790 12
erjo@4790 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4790 14 genpkg_rules()
erjo@4790 15 {
erjo@4790 16 while read file; do
erjo@4790 17 dir=${file%/*}
erjo@4790 18 [ -d $fs$dir ] || mkdir -p $fs$dir
erjo@4790 19 cp -a $_pkg$file $fs$dir
slaxemulator@9700 20 done < $wanted_stuff/$PACKAGE.files-list
slaxemulator@9700 21 }