wok view smbfs/receipt @ rev 5041

Update DEPENDS: abiword
author Rohit Joshi <jozee@slitaz.org>
date Wed Mar 03 18:08:06 2010 +0000 (2010-03-03)
parents
children a6f5eedc4e98
line source
1 # SliTaz package receipt.
3 PACKAGE="smbfs"
4 VERSION="3.4.4"
5 CATEGORY="netwok"
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="htt://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 }