wok view smbfs/receipt @ rev 8232

Fixed busybox again. Cpio patch is not need as of 1.18.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 26 20:38:28 2011 +0000 (2011-01-26)
parents 4aef4f201414
children 3a98b7d0c6f1
line source
1 # SliTaz package receipt.
3 PACKAGE="smbfs"
4 VERSION="3.5.6"
5 CATEGORY="network"
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="http://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 }