# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="A simple system for setting up and using a cluster of OS X machines" HOMEPAGE="http://www.novajo.ca/xgridagent/" SRC_URI="http://www.novajo.ca/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=net-libs/roadrunner-0.9.1" src_compile() { econf \ --with-roadrunner-includedir=/usr/include/roadrunner-1.0 \ --with-roadrunner-libdir=/usr/lib || die "econf failed" emake || die "emake failed" } src_install() { dobin xgridagent dodoc README insinto /usr/share/${PN} doins xgrid.config.xml }