wok view smbfs/receipt @ rev 5288
gc: built also libatomic_ops
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 18 14:25:40 2010 +0200 (2010-04-18) |
parents | |
children | a6f5eedc4e98 |
line source
1 # SliTaz package receipt.
3 PACKAGE="smbfs"
4 VERSION="3.4.4"
5 CATEGORY="netwok"
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="htt://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 }