blob: d27fb4bc69659fc91091fa704bab2c07b7a49801 (
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.2 2007/01/10 20:54:42 wolf31o2 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"
RDEPEND="${CATEGORY}/${GAME}"
src_unpack() {
unzip "${DISTDIR}"/${MOD_FILE}
mv ${MOD_NAME} ${MOD_DIR}
}
|