# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="extension to GCOV, that outputs program coverage in nice HTML" HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~ppc64 ~sh ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="" DEPEND=">=dev-lang/perl-5" src_unpack() { unpack ${A} || die } # no compilation needed src_install() { make install PREFIX=${D} #not sure if these are needed dobin bin/* || die "dobin failed" doman man/* #there is also a configuration file to copy to the /etc dir. #not sure if it's needed to do something about it }