diff --git a/pisi-index.xml b/pisi-index.xml
index ef7d787039..5164144f2f 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -37006,6 +37006,69 @@
+
+
+ cabextract
+ http://www.cabextract.org.uk/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ util.archive
+ A program to extract from Microsoft Cabinet files
+ Microsoft Cabinet dosyalarını açan bir program
+ cabextract is a program to extract files from Microsoft Cabinet files.
+ cabextract Microsoft Cabinet (.cab) dosyalarından dosya çıkarmaya yarayan bir programdır.
+ http://www.cabextract.org.uk/cabextract-1.6.tar.gz
+ util/archive/cabextract/pspec.xml
+
+
+ cabextract
+
+ /usr/bin
+ /usr/share/man
+
+
+
+
+ 2015-11-23
+ 1.6
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-02-16
+ 1.5
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-06-19
+ 1.4
+ Rebuild
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ 2014-01-19
+ 1.4
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2011-06-07
+ 1.4
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
quazip
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 1e3bba8e35..a57cdebc98 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-21166c8f144f8b6cccdf4eeb96046b03fbd36ba7
\ No newline at end of file
+e20f247189c22501a72b4871d0565d155e3bd599
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 921d60a57b..a690005ffe 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 7b2220aba5..3b60dfd896 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-28dfd01dbcb74fa290b71e889109e7f5d5fc0675
\ No newline at end of file
+1252ea6e9c18b9559eeda0ace94aa9bce9390ddd
\ No newline at end of file
diff --git a/util/archive/cabextract/actions.py b/util/archive/cabextract/actions.py
new file mode 100644
index 0000000000..6f22e1f07a
--- /dev/null
+++ b/util/archive/cabextract/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.make("DESTDIR=%s install" % get.installDIR())
+
diff --git a/util/archive/cabextract/pspec.xml b/util/archive/cabextract/pspec.xml
new file mode 100644
index 0000000000..58a989d134
--- /dev/null
+++ b/util/archive/cabextract/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ cabextract
+ http://www.cabextract.org.uk/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ A program to extract from Microsoft Cabinet files
+ cabextract is a program to extract files from Microsoft Cabinet files.
+ http://www.cabextract.org.uk/cabextract-1.6.tar.gz
+
+
+
+ cabextract
+
+ /usr/bin
+ /usr/share/man
+
+
+
+
+
+ 2015-11-23
+ 1.6
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-02-16
+ 1.5
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-06-19
+ 1.4
+ Rebuild
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ 2014-01-19
+ 1.4
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2011-06-07
+ 1.4
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/util/archive/cabextract/translations.xml b/util/archive/cabextract/translations.xml
new file mode 100644
index 0000000000..9f540b1788
--- /dev/null
+++ b/util/archive/cabextract/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ cabextract
+ Microsoft Cabinet dosyalarını açan bir program
+ cabextract Microsoft Cabinet (.cab) dosyalarından dosya çıkarmaya yarayan bir programdır.
+
+