wok view smbclient/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents a4087d70cc43
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="smbclient"
4 VERSION="3.6.7"
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 libssl cyrus-sasl readline ncurses popt libcap \
10 libcomerr3 libkrb5 attr samba-common glibc-extra-samba"
11 WANTED="samba"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=${file%/*}
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }