# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/x11-plugins/gkrellm-bfm/gkrellm-bfm-0.5.1.ebuild,v 1.7 2003/02/13 17:23:05 vapier Exp $ #Modified 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="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc " DEPEND="=app-admin/gkrellm-2* >=media-libs/imlib-1.9.10-r1" src_compile() { emake gkrellm || die } src_install () { exeinto /usr/lib/gkrellm2/plugins doexe gkrellm-bfm.so dodoc README README.bubblemon COPYING TODO SUPPORTED_SYSTEMS #dont know if this line works ... }