diff --git a/server/database/libtdb/actions.py b/server/database/libtdb/actions.py
new file mode 100644
index 0000000000..297ab72a16
--- /dev/null
+++ b/server/database/libtdb/actions.py
@@ -0,0 +1,27 @@
+#!/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
+from pisi.actionsapi import shelltools
+
+shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
+
+def setup():
+ autotools.configure("\
+ --builtin-libraries=replace \
+ --bundled-libraries=NONE \
+ --disable-rpath \
+ ")
+
+def build():
+ shelltools.system("make")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("docs/README")
diff --git a/server/database/libtdb/pspec.xml b/server/database/libtdb/pspec.xml
new file mode 100644
index 0000000000..555dbb910d
--- /dev/null
+++ b/server/database/libtdb/pspec.xml
@@ -0,0 +1,89 @@
+
+
+
+
+ libtdb
+ http://tdb.samba.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3+
+ library
+ app:console
+ Trivial database library
+ libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other.
+ http://www.samba.org/ftp/tdb/tdb-1.2.13.tar.gz
+
+ libxslt
+ python-devel
+ docbook-xsl
+ libbsd-devel
+
+
+
+
+
+
+ libtdb
+
+ python
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ libtdb-devel
+ Development files for libtdb
+
+ libtdb
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2014-05-22
+ 1.2.13
+ rebuild.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-04-26
+ 1.2.13
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-01-09
+ 1.2.12
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-03-18
+ 1.2.11
+ V.Bump
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2010-10-13
+ 1.2.1
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/server/database/libtdb/translations.xml b/server/database/libtdb/translations.xml
new file mode 100644
index 0000000000..e354444fd4
--- /dev/null
+++ b/server/database/libtdb/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libtdb
+ TDB veritabanına erişim için gerekli kitaplıklar
+ libtdb basit bir veritabanı olan TDB ile iletişime geçmek için gerekli C ve Python kitaplıklarını içerir.
+
+
+
+ libtdb-devel
+ libtdb için geliştirme dosyaları
+
+