diff --git a/network/download/prozilla/actions.py b/network/download/prozilla/actions.py
new file mode 100755
index 0000000000..e82b2a6065
--- /dev/null
+++ b/network/download/prozilla/actions.py
@@ -0,0 +1,27 @@
+#!/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():
+ shelltools.system("sed -i 's/DL_Window:://' src/download_win.h")
+ autotools.configure("--prefix=/usr \
+ --mandir=/usr/share/man \
+ --enable-shared \
+ --disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+ pisitools.dosym("/usr/bin/proz", "/usr/bin/prozilla")
+
+ pisitools.dodoc("CREDITS", "COPYING*", "README")
+
diff --git a/network/download/prozilla/pspec.xml b/network/download/prozilla/pspec.xml
new file mode 100755
index 0000000000..da10e89505
--- /dev/null
+++ b/network/download/prozilla/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ prozilla
+ http://freecode.com/projects/prozilla
+
+ Mathias Freire
+ mathiasfreire45@gmail.com
+
+ GPLv3
+ app:console
+ Console based download accelerator.
+ Prozilla is a console based download accelerator which speeds up download process approximately %200-300.
+ http://ftp.disconnected-by-peer.at/prozilla/prozilla-2.0.5.tar.bz2
+
+
+
+ prozilla
+
+ /usr/bin
+ /usr/include
+ /usr/share/locale
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2019-06-09
+ 2.0.5
+ Version bump
+ Mathias Freire
+ mathiasfreire45@gmail.com
+
+
+ 2013-07-12
+ 2.0.4
+ First release.
+ Mathias Freire
+ mathiasfreire45@gmail.com
+
+
+
diff --git a/network/download/prozilla/translations.xml b/network/download/prozilla/translations.xml
new file mode 100755
index 0000000000..b5be97fd17
--- /dev/null
+++ b/network/download/prozilla/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ >prozilla
+ Konsol tabanlı indirme hızlandırıcı.
+ Prozilla, konsol tabanlı, bir indirme sürecini %200-300 oranında hızlandırabilen bir indirme hızlandırıcısıdır.
+
+