Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Bonobo CORBA interfaces library" |
| 2 | LICENSE = "GPLv2 & LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 5 | SECTION = "x11/gnome/libs" |
| 6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib" |
| 7 | |
| 8 | inherit gnomebase gtk-doc lib_package |
| 9 | |
| 10 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
| 11 | |
| 12 | RDEPENDS_${PN}-bin = "${PN} perl" |
| 13 | FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" |
| 14 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ |
| 15 | ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" |
| 16 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.la ${libdir}/bonobo/monikers/*.la ${libdir}/bonobo-2.0/samples" |
| 17 | FILES_${PN}-staticdev += "${libdir}/orbit-2.0/*.a ${libdir}/bonobo/monikers/*.a" |
| 18 | |
| 19 | LEAD_SONAME = "libbonobo-2.so" |
| 20 | |
| 21 | PARALLEL_MAKE = "" |
| 22 | |
| 23 | do_compile() { |
| 24 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" |
| 25 | } |
| 26 | |
| 27 | do_install() { |
| 28 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install |
| 29 | } |