# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit versionator games MY_PV=$(get_version_component_range 2-2) MY_PV=${MY_PV/beta/} MOD="UTXMP" DESCRIPTION="Expanded multiplayer class-based mod for UT2004" HOMEPAGE="http://www.free-monkey.com/main/utxmp/" # Look in ftp://ftp.planetmirror.com/pub/filesnetwork/Unreal_Tournament_2004/Modifications SRC_URI="mirror://filefront/Unreal_Tournament_2004/Modifications/utxmp_publicrelease${MY_PV}_full_zip.zip" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=games-fps/ut2004-3369-r1 app-arch/unzip" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/ut2004 src_install() { insinto "${dir}" doins -r "${MOD}" || die "doins failed" games_make_wrapper ${PN} "ut2004 -mod=${MOD}" make_desktop_entry ${PN} "UT2004 - XMP" "ut2004.xpm" prepgamesdirs }