blob: bd1c95b4a29eb32603fd0b54008f0dc1366de461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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-muralis/ut2004-muralis-1.15.ebuild,v 1.1 2006/12/13 21:17:22 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"
KEYWORDS="~amd64 ~x86"
RDEPEND="${CATEGORY}/${GAME}"
src_unpack() {
unzip "${DISTDIR}"/${MOD_FILE}
mv ${MOD_NAME} ${MOD_DIR}
}
|