# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/slmon/slmon-0.5.12.ebuild,v 1.6 2004/06/28 04:13:29 vapier Exp $ DESCRIPTION="Colored text-based system performance monitor" HOMEPAGE="http://slmon.sourceforge.net/" SRC_URI="http://slmon.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="gnome-base/libgtop sys-libs/slang" src_install() { einstall || die "install problem" dodoc AUTHORS ChangeLog INSTALL NEWS README TODO }