wok annotate smbclient/receipt @ rev 21489
posixovl: update xattr.h path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 01 16:45:54 2019 +0200 (2019-05-01) |
parents | d005dc120910 |
children | e4cc6a0d37f0 |
rev | line source |
---|---|
pascal@1250 | 1 # SliTaz package receipt. |
pascal@1250 | 2 |
pascal@1250 | 3 PACKAGE="smbclient" |
slaxemulator@13268 | 4 VERSION="3.6.7" |
pascal@1250 | 5 CATEGORY="network" |
pascal@1250 | 6 SHORT_DESC="File and print services with SMB/CIFS, client side." |
pascal@1250 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pascal@1250 | 9 WEB_SITE="http://samba.org/" |
pascal@14999 | 10 |
erjo@4784 | 11 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ |
al@18922 | 12 libcomerr3 libkrb5 attr samba-common glibc-base" |
al@18922 | 13 WANTED="samba" |
pascal@1250 | 14 |
pascal@1250 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1250 | 16 genpkg_rules() |
pascal@1250 | 17 { |
pascal@1250 | 18 while read file; do |
pascal@4207 | 19 dir=${file%/*} |
pascal@1250 | 20 [ -d $fs$dir ] || mkdir -p $fs$dir |
pascal@15603 | 21 cp -a $install$file $fs$dir |
slaxemulator@8928 | 22 done < $wanted_stuff/$PACKAGE.files-list |
mojo@17901 | 23 |
mojo@17901 | 24 # Symlink smbspool to cups backend |
mojo@17901 | 25 mkdir -p $fs/usr/lib/cups/backend |
mojo@17903 | 26 ln -sf /usr/bin/smbspool $fs/usr/lib/cups/backend/smb |
pascal@1250 | 27 } |