# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="UT2004 - Unreal Forever mod" HOMEPAGE="http://u4e.beyondunreal.com/" SRC_URI="mirror://beyondunreal/u4e/u4ev${PV}-zip.zip" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nomirror nostrip" RDEPEND=">=games-fps/ut2004-3369-r1 games-fps/ut2004-bonuspack-ece" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/ut2004 src_unpack() { # The zipfile has a problem with "/" vs "\", which can be ignored unzip "${DISTDIR}/${A}" } src_install() { insinto "${dir}" doins -r * || die "doins failed" prepgamesdirs }