diff --git a/pisi-index.xml b/pisi-index.xml
index e337f4351c..2c8e349454 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -39499,6 +39499,76 @@
+
+
+ rar
+ http://www.rarlab.com
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ RAR
+ app:console
+ util.archive
+ RAR compressor
+ RAR sıkıştırıcı
+ rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use.
+ rar, çoklu arşivleri ve hasar korumayı destekleyen bir sıkıştırıcıdır. rar aynı zamanda SFX arşivleri de yaratabilir. Bu uygulama ücretli olup 40 günlük kullanımdan sonra kayıt olunması gerekmektedir.
+ http://www.rarlab.com/rar/rarlinux-5.3.0.tar.gz
+ http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz
+ util/archive/rar/pspec.xml
+
+
+ rar
+
+ libgcc
+
+
+ /usr/bin
+ /opt/rar/bin
+ /opt/rar/lib
+ /opt/rar/etc
+ /usr/share/doc/rar
+
+
+
+
+ 2016-01-01
+ 5.3.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-01-25
+ 5.2.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-11-21
+ 5.0.0
+ Update
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-01-19
+ 4.2.0
+ New version
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+ 2011-05-04
+ 4.0.0
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
cabextract
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index be2f1c9f6d..019c5c1c46 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-2963887f076b8a144c03f1a6583cddbd7115941c
\ No newline at end of file
+fd6969382d1904b992d982bfc0ae75430cb01dec
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index c1dc8a8bf8..1b5c937faf 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 48153a2d0e..b06e601410 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-53b8e9cd923af96c4540670e941b9f7a94c0646a
\ No newline at end of file
+c71ca5203df64a99925fb17b8a9f9989d3a9d716
\ No newline at end of file
diff --git a/util/archive/rar/actions.py b/util/archive/rar/actions.py
new file mode 100644
index 0000000000..80dd69d60a
--- /dev/null
+++ b/util/archive/rar/actions.py
@@ -0,0 +1,20 @@
+#!/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 pisitools
+from pisi.actionsapi import get
+
+WorkDir = "%s/%s" % (get.ARCH(), get.srcNAME())
+NoStrip = ["/"]
+
+def install():
+ pisitools.insinto("/opt/rar/bin", "rar")
+ pisitools.insinto("/opt/rar/lib", "default.sfx")
+ pisitools.insinto("/opt/rar/etc", "rarfiles.lst")
+
+ pisitools.dosym("/opt/rar/bin/rar", "/usr/bin/rar")
+
+ pisitools.dodoc("license.txt", "readme.txt", "whatsnew.txt", "order.htm", "rar.txt")
diff --git a/util/archive/rar/pspec.xml b/util/archive/rar/pspec.xml
new file mode 100644
index 0000000000..0e6ed33329
--- /dev/null
+++ b/util/archive/rar/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ rar
+ http://www.rarlab.com
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ RAR
+ app:console
+ RAR compressor
+ rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use.
+ http://www.rarlab.com/rar/rarlinux-5.3.0.tar.gz
+ http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz
+
+
+
+ rar
+
+ libgcc
+
+
+ /usr/bin
+ /opt/rar/bin
+ /opt/rar/lib
+ /opt/rar/etc
+ /usr/share/doc/rar
+
+
+
+
+
+ 2016-01-01
+ 5.3.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-01-25
+ 5.2.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-11-21
+ 5.0.0
+ Update
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-01-19
+ 4.2.0
+ New version
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+ 2011-05-04
+ 4.0.0
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/util/archive/rar/translations.xml b/util/archive/rar/translations.xml
new file mode 100644
index 0000000000..05a4ee42b4
--- /dev/null
+++ b/util/archive/rar/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ rar
+ RAR sıkıştırıcı
+ rar, çoklu arşivleri ve hasar korumayı destekleyen bir sıkıştırıcıdır. rar aynı zamanda SFX arşivleri de yaratabilir. Bu uygulama ücretli olup 40 günlük kullanımdan sonra kayıt olunması gerekmektedir.
+
+