diff options
Diffstat (limited to 'games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild')
-rw-r--r-- | games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild b/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild new file mode 100644 index 000000000000..208d31da6604 --- /dev/null +++ b/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +MOD_DESC="a rocket dueling mod" +MOD_NAME="Rocket Arena 3" +MOD_DIR="arena" + +inherit games games-mods + +HOMEPAGE="http://www.planetquake.com/servers/arena/" +SRC_URI="mirror://quakeunity/modifications/rocketarena3/ra3${PV/.}.zip" + +LICENSE="freedist" +KEYWORDS="amd64 ~ppc x86" +IUSE="dedicated opengl" + +QA_PREBUILT="${INS_DIR:1}/${MOD_DIR}/*so" |