# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MOD="SAS" DESCRIPTION="SAS vs terrorists team-based mod for Unreal Tournament 2004" HOMEPAGE="http://www.sas.jolt.co.uk/" SRC_URI="mirror://filefront/Unreal_Tournament_2004/Modifications/sas_${PV}_lnx.run" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="mirror strip" RDEPEND=">=games-fps/ut2004-3355" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/ut2004 src_unpack() { unpack_makeself unpack ./sas*.bz2 } src_install() { insinto "${dir}" doins -r "${MOD}" || die "doins failed" games_make_wrapper ${PN} "ut2004 -mod=${MOD}" newicon sas.png ${PN}.png make_desktop_entry ${PN} "UT2004 - SAS" ${PN}.png prepgamesdirs }