wok view smbfs/receipt @ rev 4914

awstats: fix apache conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 23:13:57 2010 +0100 (2010-02-13)
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 }