# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit qt4-r2 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}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" RESTRICT="" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} sed -i 's/*) show_usage; exit ;;/*) shift ;;/' ${S}/configure || die } src_install() { dobin ${PN} # icon newicon images/systester.png ${PN}.png # desktop entry make_desktop_entry ${PN} "System Stability Tester" ${PN} "System" }