diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-02 13:59:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-02 13:59:52 +0000 |
commit | 41ab6e8e14728cc6d2993c4a7b93b77a4a317650 (patch) | |
tree | 8474eee9eb4360e0991db30681abba22db957dcc /packages/glibmm/glibmm_2.8.4.bb | |
parent | 5cd2591678a3265b4a29af3d8764cec060f4afbf (diff) |
glibmm: update to 2.8.4
Diffstat (limited to 'packages/glibmm/glibmm_2.8.4.bb')
-rw-r--r-- | packages/glibmm/glibmm_2.8.4.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/glibmm/glibmm_2.8.4.bb b/packages/glibmm/glibmm_2.8.4.bb new file mode 100644 index 0000000000..bb0bbdcf6d --- /dev/null +++ b/packages/glibmm/glibmm_2.8.4.bb @@ -0,0 +1,24 @@ +DEFAULT_PREFERENCE = "-1" +DESCRIPTION = "C++ bindings for the glib library." +HOMEPAGE = "http://www.gtkmm.org/" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "gtk+ libsigc++-2.0" +PR = "r0" + +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/2.8/glibmm-${PV}.tar.bz2" + +inherit autotools pkgconfig flow-lossage + +FILES_${PN} = "${libdir}/lib*.so.*" + +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/ +} |