# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit cmake-utils vcs-snapshot DESCRIPTION="2D multiple-robot simulator" HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=stage" SRC_URI="https://github.com/rtv/Stage/tarball/v4.1.1 -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="media-libs/libpng:0 virtual/glu virtual/jpeg virtual/opengl x11-libs/fltk" DEPEND="${RDEPEND} sys-devel/libtool" # Optional buildtime dependency: >=sci-electronics/player-2.1.0 # builds a plugin for it, # bug #26373 # RDEPEND # plugin? ( sci-electronics/player ) # DEPEND # plugin? ( virtual/pkg-config )