libidl: staging fix as pointed out by Josh Goldsmith
authorMichael Lauer <mickey@vanille-media.de>
Tue, 10 Aug 2004 18:16:08 +0000 (18:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 10 Aug 2004 18:16:08 +0000 (18:16 +0000)
BKrev: 411910e8kY5PD4eGDvf0act8AYnBMQ

libidl/libidl_0.8.3.oe

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