summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo/libbonobo.inc')
-rw-r--r--meta-gnome/recipes-gnome/bonobo/libbonobo.inc28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
new file mode 100644
index 000000000..8b6007e86
--- /dev/null
+++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
@@ -0,0 +1,28 @@
1DESCRIPTION = "Bonobo CORBA interfaces library"
2LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
4 file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
5SECTION = "x11/gnome/libs"
6DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib"
7
8inherit gnomebase gtk-doc
9
10ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
11
12FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so"
13FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \
14 ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug"
15FILES_${PN}-dev += "${libdir}/orbit-2.0/*.la ${libdir}/bonobo/monikers/*.la ${libdir}/bonobo-2.0/samples"
16FILES_${PN}-staticdev += "${libdir}/orbit-2.0/*.a ${libdir}/bonobo/monikers/*.a"
17
18LEAD_SONAME = "libbonobo-2.so"
19
20PARALLEL_MAKE = ""
21
22do_compile() {
23 oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}"
24}
25
26do_install() {
27 oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install
28}