diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-10 18:16:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-10 18:16:08 +0000 |
commit | 96bd12d50d67b3634ebb2f6d7aa7425eecc2d733 (patch) | |
tree | 6f31000cbf337a315ebfdcc5c44bdb2ee068a76f /libidl/libidl_0.8.3.oe | |
parent | debf2e20858580858c18cb6e593fecfdfdffc871 (diff) |
libidl: staging fix as pointed out by Josh Goldsmith
BKrev: 411910e8kY5PD4eGDvf0act8AYnBMQ
Diffstat (limited to 'libidl/libidl_0.8.3.oe')
-rw-r--r-- | libidl/libidl_0.8.3.oe | 22 |
1 files changed, 22 insertions, 0 deletions
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}" |