summaryrefslogtreecommitdiff
blob: b5d3ce369f54725ba9ede3d70226180dc4cc1458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild,v 1.3 2009/10/01 22:13:02 nyhm Exp $

MOD_DESC="third-person hand-to-hand single/multiplayer mod"
MOD_NAME="Muralis"
MOD_DIR="muralis"

inherit games games-mods

HOMEPAGE="http://www.ascensiongames.com/"

MOD_FILE="muralis-v${PV}-zip.zip"
SRC_URI="mirror://beyondunreal/mods/${MOD_FILE}"

LICENSE="freedist"
KEYWORDS="amd64 x86"
IUSE="dedicated opengl"

src_unpack() {
	unzip "${DISTDIR}"/${MOD_FILE}
	mv ${MOD_NAME} ${MOD_DIR}
}