# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Scalable multiple robot simulator" HOMEPAGE="http://playerstage.sourceforge.net/" SRC_URI="mirror://sourceforge/playerstage/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="doc" DEPEND=">=x11-libs/gtk+-2 >=gnome-base/libgnomecanvas-2 dev-util/pkgconfig >=sci-electronics/player-1.6" RDEPEND="" S="${WORKDIR}/${P}" src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { einstall || die "make install failed" dodoc AUTHORS NEWS TODO ChangeLog if ! use doc; then rm -rf ${D}/usr/doc fi }