blob: 3f97475ffb0a1e2ae84954c19d39c9ed4a514351 (
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-action/ut2004-action-1.ebuild,v 1.1 2007/01/10 17:30:49 wolf31o2 Exp $
MOD_DESC="Action movie mod"
MOD_NAME="Action"
MOD_DIR="action"
inherit games games-mods
HOMEPAGE="http://www.ateamproductions.net/"
SRC_URI="mirror://beyondunreal/mods/aut-r${PV}-msuc.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
RDEPEND="${CATEGORY}/${GAME}"
src_unpack() {
mkdir -p ${MOD_DIR}
unzip "${DISTDIR}"/aut-r${PV}-msuc.zip -d ${MOD_DIR}
}
|