wok-4.x view smbfs/receipt @ rev 6409
smbfs, thunderbird*: fix WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 25 14:21:33 2010 +0200 (2010-09-25) |
parents | 7e83b4afc714 |
children | 7157da8f2285 |
line source
1 # SliTaz package receipt.
3 PACKAGE="smbfs"
4 VERSION="3.5.5"
5 CATEGORY="network"
6 SHORT_DESC="Mount/umount tools for SMB/CIFS"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="linux-cifs"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.samba.org/"
11 WANTED="samba"
12 SUGGESTED="smbclient"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 while read file; do
18 dir=${file%/*}
19 [ -d $fs$dir ] || mkdir -p $fs$dir
20 cp -a $_pkg$file $fs$dir
21 done < $src/$PACKAGE.files-list
22 }