# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ MOD_DESC="Rocket Arena 3" MOD_NAME=arena MOD_BINS=ra3 inherit games games-q3mod SRC_URI="ra317cl.zip ra317sv.zip" HOMEPAGE="http://www.planetquake.com/servers/arena/" LICENSE="Q3AEULA" RESTRICT="fetch" pkg_nofetch() { einfo "Download the following file(s) from FilePlanet and put them in" einfo "${DISTDIR}" einfo for f in ${A} ; do [ -f ${DISTDIR}/${f} ] || \ einfo "http://www.fileplanet.com/dl.aspx?servers/arena/${f}" done }