summaryrefslogtreecommitdiff
path: root/packages/glibmm/glibmm_2.6.1.bb
blob: 58944c0f6926ce71695559b44635bbaa24f0c107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "C++ bindings for the glib library."
HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Johan Bilien <jobi@via.ecp.fr>"
LICENSE = "LGPL"
DEPENDS = "gtk+ libsigc++-2.0"
PR = "r3"

SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/2.6/glibmm-${PV}.tar.bz2"

inherit autotools pkgconfig flow-lossage

FILES_${PN} = "${libdir}/lib*.so.*"

LIBV = "2.6.0"

do_stage () {
	oe_libinstall -so -C glib/glibmm libglibmm-2.4 ${STAGING_LIBDIR}
	oe_libinstall -so -C tools/extra_defs_gen libglibmm_generate_extra_defs-2.4 ${STAGING_LIBDIR}

	autotools_stage_includes

	install -m 0644 glib/glibmmconfig.h ${STAGING_INCDIR}/glibmm-2.6

	install -m 0644 scripts/glibmm_check_perl.m4 ${STAGING_DATADIR}/aclocal/
}