# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MOD_NAME="Chaos"
MOD_DESC="Miscellaneous enhancement mod"
MOD_DIR="ChaosUT2"
MOD_BINS="chaos"

inherit games games-mods

MY_PV="${PV/.}"

HOMEPAGE="http://chaotic.beyondunreal.com/"
SRC_URI="cut_${MY_PV}_full_zip.zip"

LICENSE="as-is"
KEYWORDS="~amd64 ~x86"
RESTRICT="fetch"

pkg_nofetch() {
	einfo "Please download ${SRC_URI} from:"
	einfo "  ${HOMEPAGE}"
	einfo "and move it to ${DISTDIR}"
	echo
}

RDEPEND="${CATEGORY}/${GAME}
	games-fps/ut2004-bonuspack-mega"

src_install() {
	games-mods_src_install

	# The System dir is not symlinked
	insinto "${GAMES_PREFIX_OPT}/${GAME}/System"
	doins "${WORKDIR}"/System/ChaosUT2.ucl || die
}