aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libidl/libidl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libidl/libidl.inc')
-rw-r--r--recipes/libidl/libidl.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libidl/libidl.inc b/recipes/libidl/libidl.inc
new file mode 100644
index 0000000000..e032575bb5
--- /dev/null
+++ b/recipes/libidl/libidl.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Library for parsing CORBA IDL files"
+SECTION = "x11/gnome/libs"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
+
+S = "${WORKDIR}/libIDL-${PV}"
+
+do_stage() {
+ autotools_stage_all
+}
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += " ${bindir}"