# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games games-mods # This is the "Special Edition" version MOD_NAME="SquadCommander" MOD_DESC="RTS total conversion mod for UT2004" MOD_BINS="sqadcommander" MOD_DIR="streetwar" MOD_ICON="help/squadicon.ico" HOMEPAGE="http://www.moddb.com/mods/philip-muwangas-squad-commander" SRC_URI="SquadCommanderSourcefiles.zip" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="fetch" RDEPEND="${CATEGORY}/${GAME}" pkg_nofetch() { einfo "Please download ${SRC_URI} from:" einfo " ${HOMEPAGE}" einfo "and move it to ${DISTDIR}" echo } src_unpack() { games-mods_src_unpack #Cleanup rm ${MOD_DIR}/*.lnk ${MOD_DIR}/help/Thumbs.db } src_install() { games-mods_src_install insinto "${GAMES_PREFIX_OPT}/${GAME}/KarmaData" doins "${WORKDIR}"/Karmadata/* || die }