wok view smbfs/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 76ed92159a61
children
line source
1 # SliTaz package receipt.
3 PACKAGE="smbfs"
4 VERSION="3.5.8"
5 CATEGORY="network"
6 SHORT_DESC="Mount/umount tools for SMB/CIFS"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.samba.org/"
10 WANTED="samba"
11 SUGGESTED="smbclient"
13 DEPENDS="linux-cifs"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=${file%/*}
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $_pkg$file $fs$dir
22 done < $wanted_stuff/$PACKAGE.files-list
23 }