# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-server/ut2003-ded/ut2003-ded-2225-r2.ebuild,v 1.2 2004/11/17 19:03:27 wolf31o2 Exp $ inherit games DESCRIPTION="Unreal Tournament 2003 Linux Dedicated Server" HOMEPAGE="http://www.ut2003.com/" SRC_URI="http://games.gci.net/pub/UT2003/ut2003-lnxded-${PV}.tar.bz2 mirror://3dgamers/pub/3dgamers3/games/unrealtourn2/ut2003-lnxded-${PV}.tar.bz2 mirror://3dgamers/pub/3dgamers/games/unrealtourn2/ut2003-lnxded-${PV}.tar.bz2 http://download.factoryunreal.com/mirror/UT2003CrashFix.zip" LICENSE="ut2003" SLOT="0" KEYWORDS="x86" RESTRICT="nostrip nomirror" IUSE="" DEPEND="app-arch/unzip" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} src_unpack() { unpack ut2003-lnxded-${PV}.tar.bz2 \ || die "unpacking dedicated server files." unzip ${DISTDIR}/UT2003CrashFix.zip \ || die "unpacking crash-fix" } src_install() { einfo "This will take a while ... go get a pizza or something" dodir ${dir} mv ${S}/ut2003_dedicated/* ${Ddir} # Here we apply DrSiN's crash patch cp ${S}/CrashFix/System/crashfix.u ${Ddir}/System ed ${Ddir}/System/Default.ini >/dev/null 2>&1 <