help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / libgc / libgc_6.5.bb
blobc3474da04f2d91a5144ec0aa0499baffdd2fef8f
1 DESCRIPTION = "Garbage collector for C and C++"
2 LICENSE = "As is"
3 HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
5 DEPENDS = "sed-native"
6 SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.5.tar.gz"
7 S = "${WORKDIR}/gc6.5"
8 FILES_${PN}-doc += "/usr/share/gc/"
10 inherit autotools
12 do_configure_append() {
13 #fix libtool script
14 sed -i 's:${SED}:sed:g' libtool
15 sed -i 's:$SED:sed:g' libtool
18 do_stage() {
19 autotools_stage_includes
20 install -d ${STAGING_LIBDIR}
21 install -m 755 .libs/libgc.so* ${STAGING_LIBDIR}/
24 SRC_URI[md5sum] = "00bf95cdcbedfa7321d14e0133b31cdb"
25 SRC_URI[sha256sum] = "217df8b36d848a85eb81ec6fa2a411e9bf186a747c2ddb223cb82b5001e4d80b"