java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / libsigc++-2.0 / libsigc++-2.0_2.2.5.bb
blob2cff1f5de127e0c1c129350bac83215af7d54321
1 DESCRIPTION = "A library for loose coupling of C++ method calls"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL LGPL"
6 DEPENDS = "mm-common"
8 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive \
11 SRC_URI[archive.md5sum] = "755f31aa887d7ef63bc62366f6ecfc42"
12 SRC_URI[archive.sha256sum] = "acc121b763373e790e474e946322a6cbe501314997ebb9212b283c8623b0b52e"
14 S = "${WORKDIR}/libsigc++-${PV}"
16 inherit autotools pkgconfig
18 EXTRA_AUTORECONF = "--exclude=autoheader"
20 FILES_${PN}-dev += "${libdir}/sigc++-*/"
21 FILES_${PN}-doc += "${datadir}/devhelp"