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
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index fc16476ca4..9c84103018 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -20922,13 +20922,13 @@
OpenGL uygulamaları ince istemcilerde göstermek için bir kitaplık
Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.
Bir OpenGL uygulamadan gelen 3D komutlarını sunucu tarafındaki 3D grafik kartına yönlendirir.
- https://sourceforge.net/projects/virtualgl/files/2.6.3/VirtualGL-2.6.3.tar.gz
+ https://sourceforge.net/projects/virtualgl/files/2.5.2/VirtualGL-2.5.2.tar.gz
cmake
fltk-devel
libXv-devel
libXext-devel
- libglvnd-devel
+ mesa-devel
libX11-devel
mesa-glu-devel
libjpeg-turbo-devel
@@ -20941,7 +20941,7 @@
fltk
libXv
libXext
- libglvnd
+ mesa
libX11
mesa-glu
libjpeg-turbo
@@ -20963,7 +20963,7 @@
libX11-32bit
libXv-32bit
libXext-32bit
- libglvnd-32bit
+ mesa-32bit
mesa-glu-32bit
libjpeg-turbo-32bit
@@ -20972,7 +20972,7 @@
libX11-32bit
libXv-32bit
libXext-32bit
- libglvnd-32bit
+ mesa-32bit
mesa-glu-32bit
libjpeg-turbo-32bit
@@ -20986,7 +20986,7 @@
virtualgl-devel
Development files for virtualgl
- virtualgl
+ virtualgl
/usr/include
@@ -20995,13 +20995,6 @@
-
- 2020-01-10
- 2.6.3
- Version bump
- Idris Kalp
- idriskalp@gmail.com
-
2018-07-30
2.5.2
@@ -78898,6 +78891,50 @@ functionality to build high-performing, platform-independent programs.
+
+
+ axel
+ https://github.com/axel-download-accelerator/axel
+
+ Idris Kalp
+ idriskalp@gmail.com
+
+ GPLv2
+ app:console
+ network.download
+ 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
+
+ network/download/axel/pspec.xml
+
+
+ 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
+
+
+
wget
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index d114ebd0bc..2ca38cad56 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-00ec20cac47257539810909b45543448a8ff51f3
\ No newline at end of file
+543da7a97918213e1014b50189cef2eb9bb00394
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 9c7fd61fc9..86039f7e98 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index b7744d7469..de4a2d93c7 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-eecb60b1c5f391fa216775b3fc47ef065c592b4a
\ No newline at end of file
+fa1c83ab54fddd7a512040443795f5dac32e9a9f
\ No newline at end of file