# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="The data files to play Bungie's Marathon 2 on Aleph One" HOMEPAGE="http://trilogyrelease.bungie.org/" SRC_URI="http://files3.bungie.org/trilogy/marathon2.zip" RESTRICT="nomirror" LICENSE="bungie-marathon" SLOT="0" KEYWORDS="x86" DEPEND="games-fps/alephone app-arch/unzip" S=${WORKDIR} src_unpack() { unzip -qq "${DISTDIR}/${A}" } src_install() { insinto /usr/share/games/Marathon2 doins -r * exeinto /usr/games/bin doexe "${FILESDIR}"/marathon2 # Fix preferences overwriting issues between M2 and MI insinto /usr/share/games/Marathon2/Scripts doins ${FILESDIR}/settings.mml insinto /usr/share/pixmaps doins ${FILESDIR}/marathon2.png prepgamesdirs make_desktop_entry marathon2 "Marathon 2" marathon2.png }