# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild,v 1.8 2007/07/11 20:39:22 mr_bones_ Exp $ EAPI="5" inherit gkrellm-plugin IUSE="" DESCRIPTION="A web monitor plugin for GKrellM2" HOMEPAGE="http://gkwebmon.sourceforge.net/" SRC_URI="mirror://sourceforge/gkwebmon/${P}.tgz" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha ppc ~sparc x86 ~amd64" RDEPEND="app-admin/gkrellm[X]" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-makefile.patch } src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" }