wok rev 18833

Add megatools
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Jan 18 22:16:51 2016 +0100 (2016-01-18)
parents 76d0acbe919d
children 5c4ebc8de350
files megatools/description.txt megatools/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/megatools/description.txt	Mon Jan 18 22:16:51 2016 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +Megatools is a collection of programs for accessing Mega service from a command
     1.5 +line of your desktop or server.
     1.6 +
     1.7 +Megatools allow you to copy individual files as well as entire directory trees
     1.8 +to and from the cloud. You can also perform streaming downloads for example to
     1.9 +preview videos and audio files, without needing to download the entire file.
    1.10 +
    1.11 +Megatools are robust and optimized for fast operation - as fast as Mega servers
    1.12 +allow. Memory requirements and CPU utilization are kept at minimum.
    1.13 +
    1.14 +You can register account using a 'megareg' tool, with the benefit of having
    1.15 +true control of your encryption keys.
    1.16 +
    1.17 +Mega website can be found at http://mega.nz.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/megatools/receipt	Mon Jan 18 22:16:51 2016 +0100
     2.3 @@ -0,0 +1,26 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="megatools"
     2.7 +VERSION="1.9.96"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="A collection of CLI programs for accessing Mega service."
    2.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://megatools.megous.com"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 +WGET_URL="$WEB_SITE/builds/$TARBALL"
    2.15 +
    2.16 +DEPENDS="glib libcurl openssl gmp"
    2.17 +BUILD_DEPENDS="glib-dev curl-dev openssl-dev gmp-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	./configure $CONFIGURE_ARGS && make && make install
    2.23 +}
    2.24 +
    2.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.26 +genpkg_rules()
    2.27 +{
    2.28 +	cp -a $install/* $fs
    2.29 +}