wok-next view smbclient/receipt @ rev 7296

Down: elinks to 0.11.7. Looks like elinks 0.13 that arch uses is a daily updated tar.bz2 file. Best to not use that.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:27:36 2010 +0000 (2010-11-17)
parents 7e83b4afc714
children 3a98b7d0c6f1
line source
1 # SliTaz package receipt.
3 PACKAGE="smbclient"
4 VERSION="3.5.6"
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"
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 }