diff --git a/programming/misc/dotconf/actions.py b/programming/misc/dotconf/actions.py
new file mode 100755
index 0000000000..d9a93460af
--- /dev/null
+++ b/programming/misc/dotconf/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
+
+def setup():
+ autotools.autoreconf("-i")
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "COPYING", "README")
+
diff --git a/programming/misc/dotconf/pspec.xml b/programming/misc/dotconf/pspec.xml
new file mode 100755
index 0000000000..2233f63efe
--- /dev/null
+++ b/programming/misc/dotconf/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ dotconf
+ http://www.opentts.org/projects/dotconf
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ A library to parse configuration files
+ dotconf is a simple-to-use and powerful configuration file parser library written in C.
+ http://source.pisilinux.org/1.0/dotconf-1.3.tar.gz
+
+
+
+ dotconf
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ dotconf-devel
+ Development headers and documentation for dotconf
+
+ dotconf
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/doc/dotconf/examples
+ /usr/share/doc/dotconf/dotconf-api.txt
+
+
+
+
+
+ 2015-08-25
+ 1.3
+ First release.
+ Vedat Demir
+ vedat@pisilinux.org
+
+
+
diff --git a/programming/misc/dotconf/translations.xml b/programming/misc/dotconf/translations.xml
new file mode 100755
index 0000000000..99ea732c8d
--- /dev/null
+++ b/programming/misc/dotconf/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ dotconf
+ Yapılandırma dosyası ayıklama kitaplığı
+ dotconf C dilinde yazılmış, basit kullanımlı ve güçlü bir yapılandırma dosyası ayıklama kitaplığıdır.
+
+
+
+ dotconf-devel
+ dotconf kitaplığı için geliştirme başlıkları ve belgeleri
+
+