# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="state of the art Real Time Strategy (RTS) game" HOMEPAGE="http://www.ysagoon.com/glob2/" #SRC_URI="http://lappc22.epfl.ch/%7Enct/${P}-static.tar.gz" #SRC_URI="http://lappc22.epfl.ch/%7Enct/glob2-latest-static.tar.gz" SRC_URI="http://moneo.phear.org/%7Enct/glob2-latest.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="media-libs/libsdl =media-libs/freetype-2*" S=${WORKDIR}/${PN} src_compile() { ./bootstrap || die egamesconf || die emake || die } src_install() { make install DESTDIR=${D} || die dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs }