wok annotate smbclient/receipt @ rev 1577

abiword-plugins: add libgio in DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 15 20:27:12 2008 +0000 (2008-10-15)
parents
children 8627ef959691
rev   line source
pascal@1250 1 # SliTaz package receipt.
pascal@1250 2
pascal@1250 3 PACKAGE="smbclient"
pascal@1250 4 VERSION="3.2.1"
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@1250 9 DEPENDS="libldap openssl"
pascal@1250 10 WANTED="samba"
pascal@1250 11
pascal@1250 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1250 13 genpkg_rules()
pascal@1250 14 {
pascal@1250 15 while read file; do
pascal@1250 16 dir=$(dirname $file)
pascal@1250 17 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@1250 18 cp -a $_pkg$file $fs$dir
pascal@1250 19 done < $src/$PACKAGE.files-list
pascal@1250 20 }
pascal@1250 21