wok view smbfs/receipt @ rev 11740

nvidia: removed 195.xx.xx no support for xorg-server 1.9.5
author Richard Dunbar <mojo@slitaz.org>
date Tue Feb 21 19:52:49 2012 +0000 (2012-02-21)
parents 129bb5b11a7e
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="smbfs"
4 VERSION="3.5.8"
5 CATEGORY="network"
6 SHORT_DESC="Mount/umount tools for SMB/CIFS"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="linux-cifs"
9 WEB_SITE="http://www.samba.org/"
10 WANTED="samba"
11 SUGGESTED="smbclient"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=${file%/*}
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }