aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libglademm/libglademm_2.4.1.bb
blob: 4c35ac87881e6f6b304fe912a308ed8cf0c9ddec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LICENSE = "LGPL"
DESCRIPTION = "C++ bindings for the libglade library."
HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "gtkmm libglade"
FILE_PR = "r0"

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

inherit autotools pkgconfig flow-lossage

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


LIBV = "2.4.0"

do_stage () {
	oe_libinstall -so -C libglade/libglademm libglademm-2.4 ${STAGING_LIBDIR}

	autotools_stage_includes
}