wok annotate libsasl-modules/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents de49f29b101e
children 9bd5e01b7427
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@15600 8 LICENSE="BSD"
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
pascal@15600 13 DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb"
pascal@15600 14
erjo@4790 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4790 16 genpkg_rules()
erjo@4790 17 {
erjo@4790 18 while read file; do
erjo@4790 19 dir=${file%/*}
erjo@4790 20 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15603 21 cp -a $install$file $fs$dir
slaxemulator@9700 22 done < $wanted_stuff/$PACKAGE.files-list
slaxemulator@9700 23 }