add do_stage - patch courtesy pb_.
authorMichael Lauer <mickey@vanille-media.de>
Sun, 9 May 2004 00:11:49 +0000 (00:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 9 May 2004 00:11:49 +0000 (00:11 +0000)
BKrev: 409d7745eQ7uXsHVm4VsIETrApOe4w

gnome/libidl_0.8.3.oe

index e69de29..5e3095a 100644 (file)
@@ -0,0 +1,19 @@
+DESCRIPTION = "library for parsing CORBA IDL files"
+SECTION = "gnome/libs"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
+DEPENDS = "glib-2.0"
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += " ${bindir}"
+
+S = "${WORKDIR}/libIDL-${PV}"
+
+inherit autotools libtool pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}