# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ MOD_DESC="Extended Multiplayer Mod for UT" MOD_NAME="Unreal Tournament Expanded Multiplayer" MOD_BINS=utxmp MOD_TBZ2=utxmp MOD_ICON=${MOD_BINS}.png inherit versionator MY_PV="" for VC in $(get_version_components ${PV}) do if [[ ${VC} == "beta" ]] then MOD_TBZ2="${MOD_TBZ2}_beta${MY_PV}" else if [ -z ${MY_PV} ] then MY_PV="${VC}" else MY_PV="${MY_PV}.${VC}" fi fi done inherit games games-ut2k4mod HOMEPAGE="http://www.free-monkey.com/main/" SRC_URI="${MOD_TBZ2}-english.run" LICENSE="freedist" IUSE=""