diff options
Diffstat (limited to 'games-fps/ut2004-action/ut2004-action-1.ebuild')
-rw-r--r-- | games-fps/ut2004-action/ut2004-action-1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-fps/ut2004-action/ut2004-action-1.ebuild b/games-fps/ut2004-action/ut2004-action-1.ebuild new file mode 100644 index 000000000000..3f97475ffb0a --- /dev/null +++ b/games-fps/ut2004-action/ut2004-action-1.ebuild @@ -0,0 +1,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} +} |