wok view smbclient/receipt @ rev 4721

Up: libboost-* (1.41.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 05 14:59:14 2010 +0100 (2010-01-05)
parents 9c5274c5f733
children 734283599021
line source
1 # SliTaz package receipt.
3 PACKAGE="smbclient"
4 VERSION="3.2.14"
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 cyrus-sasl readline ncurses popt libcap \
10 libkrb5 krb5"
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 < $src/$PACKAGE.files-list
21 }