summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libidl/libidl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libidl/libidl.inc')
-rw-r--r--meta-gnome/recipes-gnome/libidl/libidl.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libidl/libidl.inc b/meta-gnome/recipes-gnome/libidl/libidl.inc
new file mode 100644
index 000000000..a40203776
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libidl/libidl.inc
@@ -0,0 +1,12 @@
1DESCRIPTION = "Library for parsing CORBA IDL files"
2SECTION = "x11/gnome/libs"
3LICENSE = "LGPLv2+"
4
5inherit autotools pkgconfig
6
7SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
8
9S = "${WORKDIR}/libIDL-${PV}"
10
11FILES_${PN} = "${libdir}/*.so.*"
12FILES_${PN}-dev += " ${bindir}"