# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.2.0.ebuild,v 1.3 2005/01/28 18:19:51 gustavoz Exp $ inherit gnome2 DESCRIPTION="An applet + daemon that shows/control the CPU frequency and temperature" HOMEPAGE="http://zzrough.free.fr/emifreq.php" SRC_URI="http://zzrough.free.fr/emifreq/${P}.tar.gz" LICENSE="GPL-2" IUSE="" SLOT="0" KEYWORDS="x86 ~ppc ~amd64 ~sparc" DOCS="AUTHORS ChangeLog INSTALL NEWS README ABOUT-NLS TODO" src_install() { gnome2_src_install exeinto /etc/init.d newexe ${FILESDIR}/emifreq.init emifreq || die }