wok view smbbox/receipt @ rev 20318

revert back to v4.4,since glib +gtk error :-( probably v4.6.3 would work, but cannot find it on dev server
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:19:35 2018 +0000 (2018-05-20)
parents aae2acb9dd76
children 6135577f4d08
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 cifs-utils"
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 }