# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games games-mods MY_PV="${PV/./}" MOD_NAME="Extended Multiplayer" MOD_DESC="extended class based multiplayer game" MOD_DIR="UTXMP" MOD_BINS="utxmp" MOD_ICON="Help/UTXMP.ico" HOMEPAGE="http://free-monkey.com/main/" SRC_URI="http://download.free-monkey.com/utxmp/UTXMP%20Public%20Release%203.52%20%28Full%29.zip" LICENSE="as-is" RESTRICT="mirror" src_unpack() { games-mods_src_unpack # Cleanup rm ${MOD_DIR}/System/*.{bat,exe} ${MOD_DIR}/Help/Thumbs.db }