# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games games-alephone DESCRIPTION="The data files to play Bungie's Marathon Infinity on Aleph One" HOMEPAGE="http://trilogyrelease.bungie.org/" SRC_URI="http://files3.bungie.org/trilogy/infinity.zip" RESTRICT="nomirror" LICENSE="bungie-marathon" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=games-fps/alephone-20051119" DEPEND="${RDEPEND} app-arch/unzip" MY_PN="Marathon Infinity" S="${WORKDIR}/${MY_PN}" APP_NAME="Marathon Infinity" src_unpack() { unpack ${A} || die cd "${S}" if [ ! -d Icons ] then mkdir Icons fi cp ${FILESDIR}/*.png Icons/ 2>/dev/null }