blob: 29f6ddbaf7d015503d467c52c4800fea0fe01f26 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MOD_DESC="fast paced, off-handed grapple mod"
MOD_NAME="Alliance"
MOD_DIR="alliance"
inherit games games-mods
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="https://www.mirrorservice.org/sites/quakeunity.com/modifications/alliance/alliance30.zip
http://www.superkeff.net/mods/mods/alliance/alliance30.zip
https://www.mirrorservice.org/sites/quakeunity.com/modifications/alliance/alliance30-33.zip
http://www.superkeff.net/mods/mods/alliance/alliance30-33.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
src_prepare() {
rm -f *.exe
}
|