# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="GNOME-Sensors - a nice lm_sensors applet for the Gnome2 panel" SRC_URI="http://www.vkcorp.org/gsensors/tgz/gnome-sensors.tar.gz" HOMEPAGE="http://www.vkcorp.org/gsensors/" IUSE="" SLOT="0" DEPEND=">=sys-apps/lm_sensors-2.6.3 >=gnome-base/gnome-panel-2" LICENSE="GPL-2" KEYWORDS="x86" S=${WORKDIR}/${P} src_compile() { cd ${S} econf || die "./configure failed" emake || die } src_install () { einstall || die dodoc README NEWS ChangeLog COPYING AUTHORS INSTALL BUGS }