blob: bd13e90ac83c77d9958e1f8b0bcc5f7a9fb33073 (
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
EAPI=5
MOD_DESC="Threewave CTF"
MOD_NAME="Threewave CTF"
MOD_DIR="threewave"
inherit games games-mods
HOMEPAGE="http://www.threewave.com/"
SRC_URI="https://www.mirrorservice.org/sites/quakeunity.com/modifications/threewavectf/threewave_16_full.zip
https://www.mirrorservice.org/sites/quakeunity.com/modifications/threewavectf/threewave_17_update.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
src_unpack() {
unpack threewave_{16_full,17_update}.zip
}
|