diff --git a/office/misc/qpdf/actions.py b/office/misc/qpdf/actions.py
new file mode 100644
index 0000000000..28589e7e3e
--- /dev/null
+++ b/office/misc/qpdf/actions.py
@@ -0,0 +1,22 @@
+# -*- 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")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("Artistic-2.0", "ChangeLog", "README", "TODO")
diff --git a/office/misc/qpdf/pspec.xml b/office/misc/qpdf/pspec.xml
new file mode 100644
index 0000000000..0e5376c98e
--- /dev/null
+++ b/office/misc/qpdf/pspec.xml
@@ -0,0 +1,88 @@
+
+
+
+
+ qpdf
+ http://qpdf.sourceforge.net
+
+ Marcin Bojara
+ marcin@pisilinux.org
+
+ app:console
+ Artistic-2
+ A Content-Preserving PDF Transformation System
+ A command-line program that does structural, content-preserving transformations on PDF files
+ mirrors://sourceforge/qpdf/qpdf-5.1.3.tar.gz
+
+ libpcre-devel
+ zlib-devel
+
+
+
+
+ qpdf
+
+ zlib
+ libgcc
+ libpcre
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ qpdf-devel
+ Development files for qpdf
+
+ libpcre-devel
+ zlib-devel
+ qpdf
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-10-28
+ 5.1.3
+ Version bump.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2015-03-04
+ 5.1.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-01-26
+ 5.1.1
+ Version bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-07-13
+ 5.0.0
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-07-01
+ 4.1.0
+ First release.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/office/misc/qpdf/translations.xml b/office/misc/qpdf/translations.xml
new file mode 100644
index 0000000000..f58025fbd4
--- /dev/null
+++ b/office/misc/qpdf/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ qpdf
+ A Content-Preserving PDF Transformation System
+ A command-line program that does structural, content-preserving transformations on PDF files
+
+
+
+ qpdf-devel
+ Development files for qpdf
+ qpdf için geliştirme dosyaları
+
+
\ No newline at end of file