# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This ebuild come from http://forums.gentoo.org/viewtopic-t-410834.html - The site http://gentoo.zugaina.org/ only host a copy. # Small modifications by Ycarus inherit games DESCRIPTION="Files required to run certain Spring mods" HOMEPAGE="http://ipxserver.dyndns.org/games/spring/mods/xta/" SRC_URI="http://ipxserver.dyndns.org/games/spring/mods/xta/base-ota-content.zip" LICENSE="unknown" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="nomirror" RDEPEND="virtual/game_spring" src_install(){ insinto "${GAMES_DATADIR}/spring/base" doins -r ${WORKDIR}/* prepgamesdirs }