wok view smbclient/receipt @ rev 3555
Update: Policy Kit, var path
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jun 23 09:07:24 2009 +0000 (2009-06-23) |
parents | b51677fcfa18 |
children | 66b7cd327799 |
line source
1 # SliTaz package receipt.
3 PACKAGE="smbclient"
4 VERSION="3.2.10"
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 openssl cyrus-sasl readline ncurses popt libcap libcomerr \
10 libkrb5"
11 WANTED="samba"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=$(dirname $file)
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$dir
20 done < $src/$PACKAGE.files-list
21 }