diff --git a/programming/misc/libspectre/actions.py b/programming/misc/libspectre/actions.py
new file mode 100644
index 0000000000..0c22ec0bcf
--- /dev/null
+++ b/programming/misc/libspectre/actions.py
@@ -0,0 +1,23 @@
+#!/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure("--disable-static \
+ --enable-test \
+ --disable-dependency-tracking \
+ --with-gnu-ld")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
+
+ pisitools.dodoc("ChangeLog","COPYING","NEWS","README")
diff --git a/programming/misc/libspectre/pspec.xml b/programming/misc/libspectre/pspec.xml
new file mode 100644
index 0000000000..51aab58b24
--- /dev/null
+++ b/programming/misc/libspectre/pspec.xml
@@ -0,0 +1,94 @@
+
+
+
+
+ libspectre
+ http://libspectre.freedesktop.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ A small library for rendering Postscript documents
+ libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents.
+ http://libspectre.freedesktop.org/releases/libspectre-0.2.7.tar.gz
+
+ ghostscript-devel
+
+ cairo
+
+
+
+
+ libspectre
+
+ ghostscript
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libspectre-devel
+ Development files for libspectre
+
+ libspectre
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ libspectre-32bit
+ emul32
+ 32-bit shared libraries for libspectre
+ emul32
+
+ ghostscript-32bit
+
+
+ libspectre
+ ghostscript-32bit
+
+
+ /usr/lib32
+
+
+
+
+
+ 2014-03-09
+ 0.2.7
+ Rebuild for buildhost
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-07-30
+ 0.2.7
+ Rebuild
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-01-22
+ 0.2.7
+ Version bump, add emul32
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2010-10-14
+ 0.2.6
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/misc/libspectre/translations.xml b/programming/misc/libspectre/translations.xml
new file mode 100644
index 0000000000..4f3f90f96b
--- /dev/null
+++ b/programming/misc/libspectre/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ libspectre
+ Postscript belgeleri görüntüleştirme için küçük bir kitaplığı
+ libspectre, postscript belgeleri görüntüleştirme için kullanımı kolay bir API sağlar.
+
+
+
+ libspectre-devel
+ libspectre için geliştirme dosyaları
+
+
+
+ libspectre-32bit
+ 32-bit shared libraries for libspectre
+
+
\ No newline at end of file