diff --git a/util/archive/ucl/actions.py b/util/archive/ucl/actions.py
new file mode 100644
index 0000000000..fc40511e0d
--- /dev/null
+++ b/util/archive/ucl/actions.py
@@ -0,0 +1,21 @@
+#!/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
+
+
+def setup():
+ autotools.configure("--enable-shared --disable-static")
+
+def build():
+ autotools.make()
+
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS" )
diff --git a/util/archive/ucl/pspec.xml b/util/archive/ucl/pspec.xml
new file mode 100644
index 0000000000..3ab50df79e
--- /dev/null
+++ b/util/archive/ucl/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ ucl
+ http://www.oberhumer.com/opensource/ucl/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPL
+ library
+ Portable lossless data compression library written in ANSI C.
+ UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory.
+ http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz
+
+
+
+ ucl
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ ucl-devel
+
+ /usr/include
+
+
+
+
+
+ 2016-04-03
+ 1.03
+ First pisi Release
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+
diff --git a/util/archive/ucl/translations.xml b/util/archive/ucl/translations.xml
new file mode 100644
index 0000000000..0f3a07d852
--- /dev/null
+++ b/util/archive/ucl/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ucl
+ ANSI C ile yazılmış bir kayıpsız veri sıkıştırma kitaplığı.
+ UCL kitaplığı sıkıştırılmış veriyi çok hızlı çözerken, yüksek oranda veri sıkıştırması da yapabilen birçok sıkıştırma algoritması içerir. Sıkıştırılmış veriyi açmak ek bellek alanı gerektirmemektedir.
+
+