# 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="The XTA mod for Spring" HOMEPAGE="http://taspring.clan-sy.com/wiki/Nanoblobs" SRC_URI="http://www.wolfegames.com/TA_Section/PreRelease/NanoBlobs064.sdz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="nomirror" RDEPEND="virtual/game_spring" src_install(){ insinto "${GAMES_DATADIR}/spring/mods" doins ${DISTDIR}/${A} prepgamesdirs }