diff --git a/network/download/axel/actions.py b/network/download/axel/actions.py new file mode 100755 index 0000000000..97b751c601 --- /dev/null +++ b/network/download/axel/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get +from pisi.actionsapi import shelltools + +def setup(): + autotools.configure("--prefix=/usr \ + --mandir=/usr/share/man \ + --enable-shared \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "COPYING*", "README*") + diff --git a/network/download/axel/pspec.xml b/network/download/axel/pspec.xml new file mode 100755 index 0000000000..fb0f6e8dc2 --- /dev/null +++ b/network/download/axel/pspec.xml @@ -0,0 +1,46 @@ + + + + + axel + https://github.com/axel-download-accelerator/axel + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + app:console + Light command line download accelerator + Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers. + https://github.com/axel-download-accelerator/axel/releases/download/v2.17.6/axel-2.17.6.tar.xz + + openssl-devel + + + + + axel + + openssl + libgcc + + + /usr/bin + /usr/include + /usr/share/locale + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2020-01-11 + 2.7.6 + First release. + Idris Kalp + idriskalp@gmail.com + + +