From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 games-fps/quake3-cpma/quake3-cpma-1.48.ebuild (limited to 'games-fps/quake3-cpma/quake3-cpma-1.48.ebuild') diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild new file mode 100644 index 000000000000..78808886c95f --- /dev/null +++ b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +MOD_DESC="advanced FPS competition mod" +MOD_NAME="Challenge Pro Mode Arena" +MOD_DIR="cpma" + +inherit games games-mods + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://packages.vstone.eu/quake3/install/cpma${PV//.}-nomaps.zip + http://packages.vstone.eu/quake3/install/cpma-mappack-full.zip" + +LICENSE="all-rights-reserved" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" + +src_prepare() { + mv -f *.pk3 ${MOD_DIR} || die +} + +pkg_postinst() { + games-mods_pkg_postinst + elog "To enable bots: +bot_enable 1" +} -- cgit v1.2.3