# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="The modified, enhanced data files to play Bungie's Marathon 1 on Aleph One (M1A1). The odd opening comes from the end of Bungie's Pathways Into Darkness." HOMEPAGE="http://trilogyrelease.bungie.org/" SRC_URI="ftp://ftp3.bungie.org/archives/a1sdl/m1a1_sdl.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() { cd "M1A1 SDL" insinto /usr/share/games/Marathon1 doins -r * dohtml "ReadMe M1A1 SDL.html" exeinto /usr/games/bin doexe "${FILESDIR}"/marathon1 insinto /usr/share/pixmaps doins ${FILESDIR}/marathon1.png prepgamesdirs make_desktop_entry marathon1 "Marathon 1 (M1A1)" marathon1.png }