# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="A free, open-source tactical/strategic RPG with online multiplayer support." HOMEPAGE="http://www.galaxymage.org/" SRC_URI="http://download.gna.org/tactics/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="psyco" RDEPEND="dev-lang/python dev-python/numeric dev-python/pyopengl dev-python/pygame dev-python/twisted psyco? ( dev-python/psyco )" DEPEND="${RDEPEND}" src_install() { cd ${S} insinto "${GAMES_DATADIR}/${PN}" doins -r data locale src tools GalaxyMage.py || die "installing data failed" dodoc doc/* COPYRIGHT.txt CREDITS.txt README.txt || die "installing docs failed" make_desktop_entry "python ${GAMES_DATADIR}/${PN}/GalaxyMage.py" GalaxyMage prepgamesdirs }