blob: 0c0aa365ee0eb074a5d181ef547f9c7ccc6acaa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
MOD_DESC="UT2003 Community Bonus Pack repacked for UT2004"
MOD_NAME="Community Bonus Pack Volume 1"
inherit games games-mods
HOMEPAGE="http://liandri.beyondunreal.com/Unreal_Tournament_2004"
SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp1.zip
http://files.volved.com/qsr/ut2004_map_packs/cbp1.zip"
LICENSE="freedist"
KEYWORDS="amd64 x86"
IUSE=""
|