blob: 56263fcaf4a72f4d8406331d69ad586f130a41c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild,v 1.4 2009/10/07 04:26:31 nyhm Exp $
EAPI=2
MOD_DESC="offhand grapple all-weapons capture the flag mod"
MOD_NAME="Loki's Revenge CTF"
MOD_DIR="lrctf"
inherit games games-mods
HOMEPAGE="http://www.lrctf.com/"
SRC_URI="http://lrctf.com/release/LRCTF_Q3A_v${PV}_full.zip"
LICENSE="LRCTF"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated opengl"
PROPERTIES="interactive"
GAMES_CHECK_LICENSE="yes"
|