wok annotate smbclient/receipt @ rev 9894

python-kiwi: fix bdep
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 11:29:00 2011 +0200 (2011-05-17)
parents 10c284c8d672
children a4087d70cc43
rev   line source
pascal@1250 1 # SliTaz package receipt.
pascal@1250 2
pascal@1250 3 PACKAGE="smbclient"
slaxemulator@9158 4 VERSION="3.5.8"
pascal@1250 5 CATEGORY="network"
pascal@1250 6 SHORT_DESC="File and print services with SMB/CIFS, client side."
pascal@1250 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1250 8 WEB_SITE="http://samba.org/"
erjo@4784 9 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
erjo@5144 10 libcomerr3 libkrb5 attr samba-common"
pascal@1250 11 WANTED="samba"
pascal@1250 12
pascal@1250 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1250 14 genpkg_rules()
pascal@1250 15 {
pascal@1250 16 while read file; do
pascal@4207 17 dir=${file%/*}
pascal@1250 18 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@1250 19 cp -a $_pkg$file $fs$dir
slaxemulator@8928 20 done < $wanted_stuff/$PACKAGE.files-list
pascal@1250 21 }
pascal@1250 22