# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Robocup Soccer Simulation Server (2D)" HOMEPAGE="http://sserver.sourceforge.net/" SRC_URI="mirror://sourceforge/sserver/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="sys-libs/zlib >=dev-libs/boost-1.32.0" DEPEND="sys-devel/flex sys-devel/bison ${RDEPEND}" src_compile() { econf #force -j1 (some problems with flex happen with j>1) emake -j1 || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }