diff --git a/network/misc/libcddb/actions.py b/network/misc/libcddb/actions.py
new file mode 100644
index 0000000000..04ad8fe3c1
--- /dev/null
+++ b/network/misc/libcddb/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/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static \
+ --without-cdio")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
diff --git a/network/misc/libcddb/pspec.xml b/network/misc/libcddb/pspec.xml
new file mode 100644
index 0000000000..b145559065
--- /dev/null
+++ b/network/misc/libcddb/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ libcddb
+ http://libcddb.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ A library for accessing a CDDB server
+ Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
+ mirrors://sourceforge/libcddb/libcddb-1.3.2.tar.bz2
+
+
+
+ libcddb
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libcddb-devel
+ Development files for libcddb
+
+ libcddb
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-05-20
+ 1.3.2
+ rebuild for libcdio
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2014-03-08
+ 1.3.2
+ rebuild
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-07-28
+ 1.3.2
+ Move pc files to devel pack, rebuild
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2010-10-13
+ 1.3.2
+ First release
+ Gökcen Eraslan
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/misc/libcddb/translations.xml b/network/misc/libcddb/translations.xml
new file mode 100644
index 0000000000..06a3ba0cd0
--- /dev/null
+++ b/network/misc/libcddb/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ libcddb
+ CDDB sunucularına ulaşmak için bir kitaplık
+ Une librairie pour accéder aux serveurs CDDB.
+ libcddb, CDDB sunucularındaki (freedb.org) verilere erişmek için yazılmış bir C kitaplığıdır.
+
+
+
+ libcddb-devel
+ libcddb için geliştirme dosyaları
+
+