# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="The XTA mod for Spring" HOMEPAGE="http://ipxserver.dyndns.org/games/spring/mods/xta/" SRC_URI="http://ipxserver.dyndns.org/games/spring/mods/xta/XTAPE.sd7" LICENSE="unknown" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="nomirror" RDEPEND="games-strategy/spring-base-ota virtual/game_spring" src_install(){ insinto "${GAMES_DATADIR}/spring/mods" doins ${DISTDIR}/${A} prepgamesdirs }