midori: add 0.2.4
[openembedded.git] / recipes / libgc / libgc_7.1.bb
blob8078407e9be42bcdeae40d2a1e7a8a53591ec17a
1 DESCRIPTION = "Garbage collector for C and C++"
2 LICENSE = "As is"
3 HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
5 SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
7 inherit autotools_stage
9 S = "${WORKDIR}/gc-${PV}"
11 do_configure() {
12 gnu-configize
13 oe_runconf
16 LEAD_SONAME = "libgc.so.1"
18 FILES_${PN}-doc += "${datadir}/gc/"