# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Hot-babe displays the CPU usage in the form of a more-or less dressed girl." SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.gz" HOMEPAGE="http://dindinx.net/hotbabe" LICENSE="Artistic" SLOT="0" IUSE="offensive" KEYWORDS="~x86 ~amd64" MY_D="/usr" DEPEND=">=x11-libs/gtk+-2.0 >=media-libs/gdk-pixbuf-0.22.0" #DOCS="INSTALL README" src_compile() { use offensive || die "hot-babes contains slightly erotic graphics" \ "and will only compile with" \ "the 'offensive' USE flag set. Type:" \ " echo 'x11-plugins/hot-babe offensive' >>" \ "/etc/portage/package.use" \ "to enable this package." emake DESTDIR=${MY_D} || die "Error: make failed!" } src_install() { make DESTDIR=${MY_D} install }