# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-laptop/gkrellm-pmu/gkrellm-pmu-2.0.ebuild,v 1.1 2004/03/16 04:47:38 warpzero Exp $ S=${WORKDIR}/${P} DESCRIPTION="GKrellM2 plugin for battery display on Apple machines" SRC_URI="http://www.cymes.de/members/joker/projects/gkrellm-pmu/${P}.tar.gz" HOMEPAGE="http://www.cymes.de/members/joker/projects/gkrellm-pmu/gkrellm-pmu.html" DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" KEYWORDS="~ppc" src_compile() { econf || die emake || die } src_install() { dodir /usr/lib/gkrellm2/plugins einstall PLUGIN_INSTALL="${D}/usr/lib/gkrellm2/plugins" \ || die dodoc COPYING ChangeLog INSTALL README }