blob: ad3f6f4657a96582ff6c963a87001b43d9204ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.38.ebuild,v 1.1 2006/10/03 17:21:25 wolf31o2 Exp $
MOD_DESC="CPMA"
MOD_NAME=cpma
inherit games games-q3mod
HOMEPAGE="http://www.promode.org/"
SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.zip
http://www.promode.org/files/cpma-mappack-full.zip"
LICENSE="as-is"
|