# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 #Modified gkrellm-bfm ebuild by tchak S=${WORKDIR}/bfm-${PV} DESCRIPTION="A Gkrellm2 bubblefishymon plugin that monitors things on your machine" SRC_URI="http://www.jnrowe.ukfsn.org/files/bfm-${PV}.tar.gz" HOMEPAGE="http://www.jnrowe.ukfsn.org/" LICENSE="GNU2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" #hmmm I dont know if it works on ppc and sparc 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 }