# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="Unreal Tournament 99 - server executable" HOMEPAGE="http://www.unrealtournament.com/ http://utpg.org/" SRC_URI="http://utpg.org/patches/UTPGPatch${PV}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" RESTRICT="strip" RDEPEND="games-fps/unreal-tournament" DEPEND="" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/unreal-tournament src_install() { exeinto "${dir}"/System doexe System/ucc-bin || die "doexe ucc-bin failed" games_make_wrapper ucc ./ucc "${dir}" prepgamesdirs }