libsigc++-2.0: add new version 2.2.8; this one features BBCLASSEXTENDS
[openembedded.git] / recipes / libsigc++-2.0 / libsigc++-2.0_2.2.8.bb
1 DESCRIPTION = "A library for loose coupling of C++ method calls"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL LGPL"
5 DEPENDS = "mm-common"
6
7 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive"
8 S = "${WORKDIR}/libsigc++-${PV}"
9
10 inherit autotools
11
12 EXTRA_AUTORECONF = "--exclude=autoheader"
13
14 FILES_${PN}-dev += "${libdir}/sigc++-*/"
15 FILES_${PN}-doc += "${datadir}/devhelp"
16
17 BBCLASSEXTEND = "native"