wok rev 4789

Add: smbfs.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 16 23:20:24 2010 +0100 (2010-01-16)
parents 074a6aea63fc
children 5042efed71af
files smbfs/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/smbfs/receipt	Sat Jan 16 23:20:24 2010 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="smbfs"
     1.7 +VERSION="3.4.4"
     1.8 +CATEGORY="netwok"
     1.9 +SHORT_DESC="Mount/umount tools for SMB/CIFS"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="linux-cifs"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="htt://www.samba.org/"
    1.14 +WANTED="samba"
    1.15 +SUGGESTED="smbclient"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	while read file; do
    1.21 +		dir=${file%/*}
    1.22 +		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.23 +		cp -a $_pkg$file $fs$dir
    1.24 +	done < $src/$PACKAGE.files-list
    1.25 +}
    1.26 +
    1.27 +