wok annotate smbclient/receipt @ rev 4284

ffmpeg: version 0.5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 11:32:26 2009 +0200 (2009-09-26)
parents 66b7cd327799
children 26194b481704
rev   line source
pascal@1250 1 # SliTaz package receipt.
pascal@1250 2
pascal@1250 3 PACKAGE="smbclient"
erjo@4125 4 VERSION="3.2.14"
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/"
pascal@2610 9 DEPENDS="libldap openssl cyrus-sasl readline ncurses popt libcap libcomerr \
pascal@2610 10 libkrb5"
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
pascal@1250 20 done < $src/$PACKAGE.files-list
pascal@1250 21 }
pascal@1250 22