wok rev 12295
Smbbox add (tiny gui for mount/unmount smb shares)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Apr 16 11:50:29 2012 +0200 (2012-04-16) |
parents | 2e8cd6aba55c |
children | b91efa3715f9 |
files | smbbox/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/smbbox/receipt Mon Apr 16 11:50:29 2012 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKED_SIZE="16.0K" 1.7 +UNPACKED_SIZE="36.0K" 1.8 +PACKAGE="smbbox" 1.9 +VERSION="0.99" 1.10 +CATEGORY="network" 1.11 +SHORT_DESC="Tiny gui for mount/unmount smb share." 1.12 +MAINTAINER="shann@slitaz.org" 1.13 +SOURCE="slitaz-dev-tools" 1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 1.16 +WEB_SITE="http://smbbox.free.fr" 1.17 + 1.18 +DEPENDS="smbclient smbfs" 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/bin 1.24 + cp -a $src/$PACKAGE/smbbox $fs/usr/bin 1.25 + cp -a $src/$PACKAGE/smbbox-notify $fs/usr/bin 1.26 + chown -R root.root $fs 1.27 +}