diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-05 02:35:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-05 02:35:22 +0000 |
commit | d297f4528d9a136905fe09d2417056d6ceef406e (patch) | |
tree | 09d4496e77a6ecb595b92b409c76a1df0cd91968 /games-fps/quake3-ra3/quake3-ra3-1.7.ebuild | |
parent | quake3 (diff) | |
download | historical-d297f4528d9a136905fe09d2417056d6ceef406e.tar.gz historical-d297f4528d9a136905fe09d2417056d6ceef406e.tar.bz2 historical-d297f4528d9a136905fe09d2417056d6ceef406e.zip |
quake3
Diffstat (limited to 'games-fps/quake3-ra3/quake3-ra3-1.7.ebuild')
-rw-r--r-- | games-fps/quake3-ra3/quake3-ra3-1.7.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games-fps/quake3-ra3/quake3-ra3-1.7.ebuild b/games-fps/quake3-ra3/quake3-ra3-1.7.ebuild new file mode 100644 index 000000000000..5f84cd8ef5ed --- /dev/null +++ b/games-fps/quake3-ra3/quake3-ra3-1.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.7.ebuild,v 1.3 2003/10/05 02:32:19 vapier Exp $ + +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 files from FilePlanet and put them in" + einfo "${DISTDIR}" + einfo + for f in ${A} ; do + einfo "http://www.fileplanet.com/dl.aspx?servers/arena/${f}" + done +} |