# $Header: /cvsroot/rc-oz/portage/robocup-base/rcssmonitor/rcssmonitor-9.3.7.ebuild,v 1.2 2004/11/29 16:53:00 ozkubo Exp $ inherit eutils DESCRIPTION="The RoboCup Soccer Simulator is a research and educational tool for multi-agent systems and artificial intelligence. It enables for two teams of 11 simulated autonomous robotic players to play soccer (football)." SRC_URI="mirror://sourceforge/sserver/${P}.tar.bz2" HOMEPAGE="http://sserver.sourceforge.net/" IUSE="" SLOT="" RDEPEND="" DEPEND="${RDEPEND} sci-misc/rcssbase virtual/x11 " LICENSE="LGPL-2.1" KEYWORDS="~amd64 x86 ~ppc ~sparc ~alpha" #PREFIX="/opt/robocup" PREFIX="/usr" src_compile() { ./configure --prefix=${PREFIX} || die emake || die } src_install() { make DESTDIR=${D} install || die "make install failed" }