# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Robocup Soccer Simulation Logplayer (2D)" HOMEPAGE="http://sserver.sourceforge.net/" SRC_URI="mirror://sourceforge/sserver/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" #dependencies are incomplete RDEPEND="sys-libs/zlib >=dev-libs/boost-1.32.0 x11-libs/libX11 >=x11-libs/qt-4.4.2 " 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" }