diff --git a/programming/misc/libIDL/actions.py b/programming/misc/libIDL/actions.py
new file mode 100644
index 0000000000..830b09c703
--- /dev/null
+++ b/programming/misc/libIDL/actions.py
@@ -0,0 +1,19 @@
+#!/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")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README")
diff --git a/programming/misc/libIDL/pspec.xml b/programming/misc/libIDL/pspec.xml
new file mode 100644
index 0000000000..0d6a15532a
--- /dev/null
+++ b/programming/misc/libIDL/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ libIDL
+ http://www.gnome.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ CORBA tree builder
+ libIDL provides parsing .idl files and generate errors and warning messages in gcc-like format.
+ mirrors://gnome/libIDL/0.8/libIDL-0.8.14.tar.bz2
+
+ glib2-devel
+
+
+
+
+ libIDL
+
+ glib2
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/info
+ /usr/share/doc
+
+
+
+
+ libIDL-devel
+ Development files for libIDL
+
+ libIDL
+
+
+ /usr/bin/libIDL-config-2
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2014-05-20
+ 0.8.14
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-29
+ 0.8.14
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-12
+ 0.8.14
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/misc/libIDL/translations.xml b/programming/misc/libIDL/translations.xml
new file mode 100644
index 0000000000..b97135fdd9
--- /dev/null
+++ b/programming/misc/libIDL/translations.xml
@@ -0,0 +1,9 @@
+
+
+
+ libIDL
+ CORBA ağacı inşa aracı
+ Constructeur d'arbre CORBA
+ libIDL .idl dosyalarını ayrıştırmayı sağlar ve gcc biçimine benzer hata ve uyarı mesajları üretir.
+
+