diff options
Diffstat (limited to 'games-fps/quake3-cpma/quake3-cpma-1.43.ebuild')
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.43.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild new file mode 100644 index 000000000000..1779887101ea --- /dev/null +++ b/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild,v 1.1 2007/08/17 23:26:03 wolf31o2 Exp $ + +MOD_DESC="advanced FPS competition mod" +MOD_NAME="Challenge Pro Mode Arena" +MOD_DIR="cpma" + +inherit games games-mods + +HOMEPAGE="http://www.promode.org/" +SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.zip + http://ftp1.srv.endpoint.nu/pub/repository/challenge-tv/demostorage/files/cpm/cpma${PV//.}-nomaps.zip + http://www.promode.org/files/cpma-mappack-full.zip" + +LICENSE="as-is" + +KEYWORDS="-* ~amd64 ~ppc ~x86" + +RDEPEND="ppc? ( games-fps/${GAME} ) + !ppc? ( + || ( + games-fps/${GAME} + games-fps/${GAME}-bin ) )" + +src_install() { + insinto "${GAMES_DATADIR}/${GAME}/baseq3" + doins "${WORKDIR}"/*.pk3 || die "pk3" + + games-mods_src_install +} + +pkg_postinst() { + games-mods_pkg_postinst + elog " To enable bots add: +bot_enable 1" +} |