# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ IUSE="" S=${WORKDIR}/bfm-${PV} DESCRIPTION="A Gkrellm2 system monitor plugin, with bubbles, fish, and a rubber duck." SRC_URI="http://www.jnrowe.ukfsn.org/data/bfm-${PV}.tar.bz2" HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc " # Not sure if it requires imlib, but gkrellm-bfm did, and this is just # a small hack to that, so it is said. DEPEND="=app-admin/gkrellm-2*" src_compile() { emake gkrellm || die } src_install () { exeinto /usr/lib/gkrellm2/plugins doexe gkrellm-bfm.so dodoc README README.bubblemon COPYING TODO SUPPORTED_SYSTEMS }