WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: megatools (new extension!)  (Read 3688 times)

Offline quellen

  • Newbie
  • *
  • Posts: 47
megatools (new extension!)
« on: May 07, 2016, 01:19:38 AM »
Hi,
i have made an extension with megatools 1.9.97 (x86):
Quote
megatools - command line client application for Mega
====================================================

Megatools is a collection of programs for accessing Mega service from
a command line of your desktop or server.

Megatools allow you to copy individual files as well as entire directory
trees to and from the cloud. You can also perform streaming downloads for
example to preview videos and audio files, without needing to download
the entire file.

Megatools are robust and optimized for fast operation - as fast as Mega
servers allow. Memory requirements and CPU utilization are kept at minimum.

You can register account using a 'megareg' tool, with the benefit of having
true control of your encryption keys.

Mega website can be found at http://mega.nz.

Megatools can be downloaded at http://megatools.megous.com

I compiled "megatools-1.9.97.tar.gz" from TinyCore with default settings ("./configure", "make", "make install") and it's all right.
you can dowload it from here:
http://quellen.altervista.org/megatools.zip

Can you add it to official repository?
Thanks.
« Last Edit: May 07, 2016, 01:45:56 AM by quellen »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: megatools (new extension!)
« Reply #1 on: May 07, 2016, 01:51:29 AM »
Did you submit your extension as per the instructions in the wiki?

Offline quellen

  • Newbie
  • *
  • Posts: 47
Re: megatools (new extension!)
« Reply #2 on: May 07, 2016, 02:04:54 AM »
i have used the istructions of the book "Into the Core":

Code: [Select]
$ ./configure
$ make
$ sudo make install DESTDIR=/tmp/megatools
$ cd /tmp/megatools
$ rm -rf usr/local/share
$ sudo strip -g usr/local/bin/*
$ cd /tmp/
$ mksquashfs megatools megatools.tcz

config.log:
http://quellen.altervista.org/config.log

i have made files .dep, .md5 and .info and i have sent it to tcesubmit _at_ gmail _dot_ com
« Last Edit: May 07, 2016, 02:35:06 AM by quellen »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: megatools (new extension!)
« Reply #3 on: May 07, 2016, 10:19:55 AM »
Thanks for your contribution  :)