wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="smbclient"
4 VERSION="3.2.1"
5 CATEGORY="network"
6 SHORT_DESC="File and print services with SMB/CIFS, client side."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://samba.org/"
9 DEPENDS="libldap openssl"
10 WANTED="samba"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 while read file; do
16 dir=$(dirname $file)
17 [ -d $fs$dir ] || mkdir -p $fs$dir
18 cp -a $_pkg$file $fs$dir
19 done < $src/$PACKAGE.files-list
20 }