You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild

29 lines
723 B

# Copyright 1999-2014 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.48.ebuild,v 1.5 2014/04/18 06:54:09 ulm Exp $
EAPI=2
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.slashquit.net/files/x/q3/cpma${PV//.}-nomaps.zip
http://www.slashquit.net/files/x/q3/cpma-mappack-full.zip"
LICENSE="all-rights-reserved"
KEYWORDS="~ppc 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"
}