wok view smbclient/receipt @ rev 18461

Up ranger (1.7.1)
author Paul Issott <paul@slitaz.org>
date Thu Oct 01 19:21:20 2015 +0100 (2015-10-01)
parents 54f686c353f6
children 9b7c1ea86466
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 LICENSE="GPL3"
9 WEB_SITE="http://samba.org/"
10 WANTED="samba"
12 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
13 libcomerr3 libkrb5 attr samba-common glibc-extra-samba"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=${file%/*}
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$dir
22 done < $wanted_stuff/$PACKAGE.files-list
24 # Symlink smbspool to cups backend
25 mkdir -p $fs/usr/lib/cups/backend
26 ln -sf /usr/bin/smbspool $fs/usr/lib/cups/backend/smb
27 }