# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Hot-babe is a small graphical utility which displays the system activity in a very special way." HOMEPAGE="http://dindinx.net/hotbabe" SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="x86" DEPEND=" >=x11-libs/gtk+-2.4.9 >=media-libs/gdk-pixbuf-0.22.0 " src_compile() { emake PREFIX="/usr" || die "emake failed" } src_install() { einstall PREFIX="${BUILDDIR}/image/usr" || die }