# Copyright 2002 Maik Schreiber # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.7 2002/05/18 17:25:12 agenkin Exp DESCRIPTION="Gnome applet that displays CPU usage as burning fire" HOMEPAGE="http://nitric.com/freeware" LICENSE="GPL-2" RDEPEND="gnome-base/gnome-core gnome-base/libgtop" DEPEND="${RDEPEND}" SRC_URI="ftp://ftp.ibiblio.org/pub/packages/desktops/gnome/sources/merlin-cpufire/${P}.tgz" src_compile() { mv Makefile Makefile~ # include libgtop in cppFlags sed 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 }