wok view smbclient/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents d005dc120910
children e4cc6a0d37f0
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/"
11 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
12 libcomerr3 libkrb5 attr samba-common glibc-base"
13 WANTED="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 }