# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="simple top-like interrupt load monitor" HOMEPAGE="http://www.hunz.org/itop/" SRC_URI="http://www.hunz.org/itop/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { cd "src" emake || die "emake failed" } src_install() { dobin src/itop dodoc AUTHORS CHANGELOG }