wok annotate smbclient/receipt @ rev 4604

vlc: spin off libvlc & libvlc-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:03:36 2009 +0100 (2009-12-15)
parents 9c5274c5f733
children 734283599021
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/"
erjo@4389 9 DEPENDS="libldap openssl cyrus-sasl readline ncurses popt libcap \
erjo@4389 10 libkrb5 krb5"
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