# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild,v 1.9 2004/07/14 15:59:05 agriffis Exp $ DESCRIPTION="Gnome applet that displays CPU usage as burning fire" HOMEPAGE="http://nitric.com/freeware" SRC_URI="ftp://ftp.ibiblio.org/pub/packages/desktops/gnome/sources/merlin-cpufire/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" IUSE="" DEPEND="gnome-base/gnome-core Makefile -e 's|cppFlags = ${shell gnome-config --cflags glib gnome gnomeui gnorba}|cppFlags = ${shell gnome-config --cflags glib gnome gnomeui gnorba libgtop}|' make prefix=${D}/usr etcdir=${D}/etc || die } src_install () { make prefix=${D}/usr etcdir=${D}/etc install }