blob: 6f5d085b445e0159b4813b9c46bf46a630c60473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-threewave/quake3-threewave-1.6.ebuild,v 1.5 2004/06/24 22:45:39 agriffis Exp $
MOD_DESC="Threewave CTF"
MOD_NAME=threewave
inherit games games-q3mod
HOMEPAGE="http://www.threewave.com/"
SRC_URI="threewave_${PV//.}_full.zip"
LICENSE="as-is"
RESTRICT="fetch"
pkg_nofetch() {
einfo "Please download ${A} and put it into ${DISTDIR}"
einfo "http://www.planetquake3.net/download.php?op=viewdownloaddetails&lid=1137"
}
|