blob: 2e0a6f2996e439b71c97b93ea135e38b3bbad34e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.3 2006/11/08 19:12:38 nyhm Exp $
MOD_DESC="Community Bonus Pack 2 volumes 1 and 2"
MOD_NAME="Community Bonus Pack 2 volumes 1 and 2"
MOD_TBZ2="cbp2_volume1 cbp2_volume2"
inherit games games-mods
HOMEPAGE="http://www.planetunreal.com/cbp/"
SRC_URI="mirror://liflg/cbp2_volume1-multilanguage.run
mirror://liflg/cbp2_volume2-multilanguage.run"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
RDEPEND="games-fps/ut2004
games-fps/ut2004-bonuspack-cbp1"
src_unpack() {
games-mods_src_unpack
rm -f unpack/Music/Soeren.ogg # cbp1 collision
}
|