wok-6.x view smbbox/receipt @ rev 17829
Up:spk(1.4.3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 22 22:37:15 2015 +0100 (2015-03-22) |
parents | 3b4e4318134e |
children | eb1ece5bf82c |
line source
1 # SliTaz package receipt
3 PACKAGE="smbbox"
4 VERSION="0.99"
5 CATEGORY="network"
6 SHORT_DESC="Tiny gui for mount/unmount SMB Share."
7 MAINTAINER="shann@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="smbbox"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="http://smbbox.balinor.net/src/$TARBALL"
12 WEB_SITE="http://smbbox.balinor.net"
14 DEPENDS="smbclient smbfs"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $src/$PACKAGE/smbbox $fs/usr/bin
21 cp -a $src/$PACKAGE/smbbox-notify $fs/usr/bin
22 chown -R root.root $fs
23 }