# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MY_PV="b" HOMEPAGE="http://thesoulkeeper.com/" SK_FILE="mods/soulkeeper${MY_PV}.zip" SRC_URI="ftp://beyondunreal.gameservers.net/${SK_FILE} ftp://ftp.edome.net/mirror/beyondunreal/${SK_FILE}" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nostrip" DEPEND=">=games-fps/ut2004-3369-r1 app-arch/unzip" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/ut2004 src_install() { insinto ${dir} doins -r * || die "doins failed" make_desktop_entry "ut2004 -mod=SoulKeeperB" "UT2004 - SoulKeeper" "ut2004.xpm" prepgamesdirs } pkg_postinst() { einfo "If a white screen is seen when a map is loaded, there may be a fix at" einfo "http://thesoulkeeper.helm-systems.com/SKCommunity/viewtopic.php?t=55" echo "" games_pkg_postinst }