summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild')
-rw-r--r--games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild
new file mode 100644
index 000000000000..243d3abe6b8a
--- /dev/null
+++ b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild,v 1.1 2006/11/21 23:16:23 wolf31o2 Exp $
+
+MOD_DESC="a World War II mod based on the Russian front"
+MOD_NAME="Red Orchestra"
+MOD_BINS="redorchestra"
+MOD_TBZ2="red.orchestra red.orchestra_summer.offensive.map.pack-addon"
+MOD_ICON="red.orchestra.xpm"
+
+inherit games games-mods
+
+HOMEPAGE="http://redorchestramod.gameservers.net/"
+SRC_URI="mirror://liflg/red.orchestra_${PV}-english.run
+ mirror://liflg/red.orchestra_summer.offensive.map.pack-addon.run"
+
+LICENSE="freedist"
+
+IUSE=""
+
+src_unpack() {
+ games-mods_src_unpack
+ rm unpack/StaticMeshes/BenTropicalSM01.usx \
+ unpack/Textures/BenTropical01.utx 3355_patch || die "Removing files"
+}