wok view smbclient/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 4cba4433d0b7
children 051931e905b0
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 $_pkg$file $fs$dir
22 done < $wanted_stuff/$PACKAGE.files-list
23 }