diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-26 14:02:28 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-26 14:02:28 +0000 |
commit | 62c6e6a082c0d694c2b078b80263a09d186b12ac (patch) | |
tree | e44ab31d410ce29988b9b02a6f8187b40c6aa265 /games-fps/quake3-rally/quake3-rally-1.2.ebuild | |
parent | Added new revision for testing which uses the brand-spankin-new games-mods.ec... (diff) | |
download | gentoo-2-62c6e6a082c0d694c2b078b80263a09d186b12ac.tar.gz gentoo-2-62c6e6a082c0d694c2b078b80263a09d186b12ac.tar.bz2 gentoo-2-62c6e6a082c0d694c2b078b80263a09d186b12ac.zip |
Initial import. Ebuild by me. Closing bug #123876.
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'games-fps/quake3-rally/quake3-rally-1.2.ebuild')
-rw-r--r-- | games-fps/quake3-rally/quake3-rally-1.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games-fps/quake3-rally/quake3-rally-1.2.ebuild b/games-fps/quake3-rally/quake3-rally-1.2.ebuild new file mode 100644 index 000000000000..6a92b87ee53e --- /dev/null +++ b/games-fps/quake3-rally/quake3-rally-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/quake3-rally-1.2.ebuild,v 1.1 2006/10/26 14:02:28 wolf31o2 Exp $ + +MOD_DESC="total conversion car racing mod" +MOD_NAME="Rally" +MOD_DIR="q3rally" +MOD_BINS="rally" + +inherit games games-mods + +HOMEPAGE="http://www.quakerally.com" +SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/quakeiiirally/q3rally_02March02.zip + http://games.mirrors.tds.net/pub/planetquake3/modifications/quakeiiirally/q3rally_26May02_update.zip" + +LICENSE="as-is" + +KEYWORDS="-* ~amd64 ~ppc ~x86" + +RDEPEND="ppc? ( games-fps/${GAME} ) + !ppc? ( + || ( + games-fps/${GAME} + games-fps/${GAME}-bin ) )" |