wok view smbbox/receipt @ rev 19611
busybox: replace 1.25 stuff by 1.26 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 08 16:36:32 2017 +0100 (2017-01-08) |
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 }