# HG changeset patch # User Eric Joseph-Alexandre # Date 1263680424 -3600 # Node ID cafdd71fecfc8d88c2996d6e8c76f537c4ae39ad # Parent 074a6aea63fcddb5d1fa79a4e4a82644e2d49585 Add: smbfs. diff -r 074a6aea63fc -r cafdd71fecfc smbfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smbfs/receipt Sat Jan 16 23:20:24 2010 +0100 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="smbfs" +VERSION="3.4.4" +CATEGORY="netwok" +SHORT_DESC="Mount/umount tools for SMB/CIFS" +MAINTAINER="erjo@slitaz.org" +DEPENDS="linux-cifs" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="htt://www.samba.org/" +WANTED="samba" +SUGGESTED="smbclient" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + while read file; do + dir=${file%/*} + [ -d $fs$dir ] || mkdir -p $fs$dir + cp -a $_pkg$file $fs$dir + done < $src/$PACKAGE.files-list +} + +