# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic DESCRIPTION="Enhanced C/C++ profiler" HOMEPAGE="http://rtprof.sourceforge.net/" SRC_URI="mirror://sourceforge/rtprof/rtprof-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="" RDEPEND="wine ? app-emulation/wine" src_compile() { strip-unsupported-flags filter-flags -finstrument-functions econf || die "Configure failed" emake || die "Make failed" } src_install() { einstall || die }