maintainers {kimuraw @kimuraw} openmaintainer
LCOV is a graphical front-end for GCC's coverage testing tool gcov.
LCOV is a graphical front-end for GCC's coverage testing tool gcov. \
It collects gcov data for multiple source files and creates HTML \
pages containing the source code annotated with coverage information. \
It also adds overview pages for easy navigation within the file \
homepage http://ltp.sourceforge.net/coverage/lcov.php
master_sites sourceforge:ltp
patchfiles patch-Makefile.diff
destroot.env PREFIX=${prefix}
# install docs and examples
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
${destroot}${prefix}/share/doc/${name}
foreach subdir { example example/methods } {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/${subdir}
xinstall -m 644 {*}[glob -type f ${worksrcpath}/${subdir}/*] \
${destroot}${prefix}/share/doc/${name}/${subdir}
foreach cmd [glob ${destroot}${prefix}/bin/*] {
reinplace "s|/usr/bin/perl|${prefix}/bin/perl5|" ${cmd}
reinplace "s|/etc/lcovrc|${prefix}/etc/lcovrc|" ${cmd}
checksums md5 27c003662136063c8dfe479242eff0b5 \
rmd160 a67ba7b37e12a561139d45db0e9837d07bd8c98c \
sha1 f23baf68b45d0187138514f416e4ee383c5f3f0e \
sha256 44972c878482cc06a05fe78eaa3645cbfcbad6634615c3309858b207965d8a23
livecheck.url ${homepage}
livecheck.regex {>lcov-(.*).tar.gz</a>}