diff --git a/office/misc/chmlib/actions.py b/office/misc/chmlib/actions.py
new file mode 100644
index 0000000000..86d45ba089
--- /dev/null
+++ b/office/misc/chmlib/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 autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure("--disable-static \
+ --enable-examples")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "README", "COPYING", "NEWS")
diff --git a/office/misc/chmlib/pspec.xml b/office/misc/chmlib/pspec.xml
new file mode 100644
index 0000000000..032ed024df
--- /dev/null
+++ b/office/misc/chmlib/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ chmlib
+ http://www.jedrea.com/chmlib/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ app:console
+ A library for dealing with Microsoft ITSS/CHM format files
+ Chmlib is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files.
+ http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2
+
+
+
+ chmlib
+
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+
+ chmlib-devel
+ Development files for chmlib
+
+ chmlib
+
+
+ /usr/include
+
+
+
+
+
+ 2014-01-20
+ 0.40
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-13
+ 0.40
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/misc/chmlib/translations.xml b/office/misc/chmlib/translations.xml
new file mode 100644
index 0000000000..843768af52
--- /dev/null
+++ b/office/misc/chmlib/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ chmlib
+ Microsoft ITSS/CHM tipindeki dosyalar için gereken kütüphane
+ Chmlib, Microsoft ITSS/CHM tipindeki dosyalar için gereken bir kütüphanedir. Şimdilik çok basit bir kütüphanedir ancak tüm .chm dosyalarına erişmek konusunda başarılıdır.
+ Chmlib est une librairie s'occupant des formats de fichiers Microsoft ITSS/CHM. Pour l'instant, il s'agit d'une librairie toute simple, mais suffisante pour gérer tout les fichiers .chm.
+ Chmlib es una librería para manejar archivos del formato Microsoft ITSS/CHM. Actualmente es una librería muy simple, pero suficiente para manejar todo tipo de archivos .chm.
+
+
+
+ chmlib-devel
+ chmlib için geliştirme dosyaları
+
+