diff --git a/multimedia/graphics/libraw/actions.py b/multimedia/graphics/libraw/actions.py
new file mode 100644
index 0000000000..3e01e3bf35
--- /dev/null
+++ b/multimedia/graphics/libraw/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/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("README")
+
diff --git a/multimedia/graphics/libraw/pspec.xml b/multimedia/graphics/libraw/pspec.xml
new file mode 100644
index 0000000000..438b9a25e0
--- /dev/null
+++ b/multimedia/graphics/libraw/pspec.xml
@@ -0,0 +1,112 @@
+
+
+
+
+ libraw
+ http://www.libraw.org/
+
+ Yücel KILIÇ
+ yucel.kilic@linux.org.tr
+
+ LGPLv2.1
+ CDDL
+ library
+ Raw image decoder
+ LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).
+ http://www.libraw.org/data/LibRaw-0.16.2.tar.gz
+
+ libgomp
+ lcms2-devel
+ jasper-devel
+ libjpeg-turbo-devel
+
+
+
+ libraw
+
+ libgomp
+ libgcc
+ lcms2
+ jasper
+ libjpeg-turbo
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+ libraw-devel
+ Development files for libraw
+
+ libraw
+ lcms2-devel
+ jasper-devel
+ libjpeg-turbo-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-08-13
+ 0.16.2
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2015-05-16
+ 0.16.1
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2014-05-24
+ 0.16.0
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-02-08
+ 0.16.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-08-17
+ 0.15.2
+ Release bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-07-29
+ 0.15.2
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-07-27
+ 0.14.7
+ Move pc files to devel pack, rebuild
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2012-12-31
+ 0.14.7
+ First release
+ Erdinç Gültekin
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/graphics/libraw/translations.xml b/multimedia/graphics/libraw/translations.xml
new file mode 100644
index 0000000000..48d59d3d71
--- /dev/null
+++ b/multimedia/graphics/libraw/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ LibRaw
+ RAW görüntü çözme kitaplığı
+ LibRaw, dijital fotoğraf kameralarından elde edilen RAW dosyalrını (CRW/CR2, NEF, RAF, DNG ve diğerleri) okumaya yarayan bir kitaplıktır.
+
+
+
+ libraw-devel
+ libraw için geliştirme dosyaları
+
+