diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-21 14:15:07 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-21 14:15:07 +0000 |
commit | 9e56bd75f67c0bfc41c0b55b02a2494397a1cfd6 (patch) | |
tree | 1b7455ab49bad063beaa2b7b345bf9f0314f8249 /packages/glibmm/glibmm_2.12.10.bb | |
parent | eb5da6ac735a36d88b82740ececfe685dceb9bba (diff) |
glibmm: update to 2.12.10
* verified successful compilation
* verified that no declared dependencies on the old version 2.8.4 exist in OE
Diffstat (limited to 'packages/glibmm/glibmm_2.12.10.bb')
-rw-r--r-- | packages/glibmm/glibmm_2.12.10.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/glibmm/glibmm_2.12.10.bb b/packages/glibmm/glibmm_2.12.10.bb new file mode 100644 index 0000000000..a62d4eb145 --- /dev/null +++ b/packages/glibmm/glibmm_2.12.10.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "C++ bindings for the glib library." +HOMEPAGE = "http://www.gtkmm.org/" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "glib-2.0 libsigc++-2.0" +PR = "r0" + +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/2.12/glibmm-${PV}.tar.bz2" + +inherit autotools pkgconfig flow-lossage + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${libdir}/glibmm-2.4/include/" + +LIBV = "2.4.0" + +do_stage () { + autotools_stage_all + + install -m 0644 glib/glibmmconfig.h ${STAGING_INCDIR}/glibmm-2.4 + install -m 0644 scripts/glibmm_check_perl.m4 ${STAGING_DATADIR}/aclocal/ +} |