# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${P}-src" inherit qt4 DESCRIPTION="Test your system's stability and performance by calculating millions of digits of Pi." HOMEPAGE="http://systester.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" RESTRICT="" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} sed -i 's/*) show_usage; exit ;;/*) shift ;;/' ${S}/configure || die } src_install() { dobin ${PN} # icon newicon images/generic.png ${PN}.png # desktop entry make_desktop_entry ${PN} "System Stability Tester" ${PN} "System" }