wok annotate smbfs/receipt @ rev 9062

linux-wireless: update modules list (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 13:15:00 2011 +0100 (2011-03-04)
parents 10c284c8d672
children 76ed92159a61
rev   line source
erjo@4789 1 # SliTaz package receipt.
erjo@4789 2
erjo@4789 3 PACKAGE="smbfs"
slaxemulator@8928 4 VERSION="3.5.7"
pankso@5617 5 CATEGORY="network"
erjo@4789 6 SHORT_DESC="Mount/umount tools for SMB/CIFS"
erjo@4789 7 MAINTAINER="erjo@slitaz.org"
erjo@4789 8 DEPENDS="linux-cifs"
pascal@6409 9 WEB_SITE="http://www.samba.org/"
erjo@4789 10 WANTED="samba"
erjo@4789 11 SUGGESTED="smbclient"
erjo@4789 12
erjo@4789 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4789 14 genpkg_rules()
erjo@4789 15 {
erjo@4789 16 while read file; do
erjo@4789 17 dir=${file%/*}
erjo@4789 18 [ -d $fs$dir ] || mkdir -p $fs$dir
erjo@4789 19 cp -a $_pkg$file $fs$dir
slaxemulator@8928 20 done < $wanted_stuff/$PACKAGE.files-list
erjo@4789 21 }
erjo@4789 22
erjo@4789 23