From 96bd12d50d67b3634ebb2f6d7aa7425eecc2d733 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 10 Aug 2004 18:16:08 +0000 Subject: libidl: staging fix as pointed out by Josh Goldsmith BKrev: 411910e8kY5PD4eGDvf0act8AYnBMQ --- libidl/libidl_0.8.3.oe | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'libidl') diff --git a/libidl/libidl_0.8.3.oe b/libidl/libidl_0.8.3.oe index e69de29bb2..a12921aaa8 100644 --- a/libidl/libidl_0.8.3.oe +++ b/libidl/libidl_0.8.3.oe @@ -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}" -- cgit v1.2.3