summaryrefslogtreecommitdiff
blob: 8c09f9fe8abb30bf55171c52bf795d08ef96bd65 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.5 2005/09/06 21:04:43 herbs Exp $

inherit eutils games

DESCRIPTION="Space-based MMORPG with amazing graphics"
HOMEPAGE="http://www.vendetta-online.com/"
SRC_URI="vendetta-linux-installer.sh"

LICENSE="guild"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="nomirror fetch"

RDEPEND="virtual/x11
	virtual/opengl
	=x11-libs/gtk+-1.2*
	amd64? ( app-emulation/emul-linux-x86-xlibs
			app-emulation/emul-linux-x86-gtklibs )"

S=${WORKDIR}

pkg_nofetch() {
	einfo "You need to download ${A} from Guild Software by:"
	einfo "1. Going to http://www.vendetta-online.com/ and creating your login"
	einfo "2. Obtain ${A} from your CD"
	einfo " OR"
	einfo "2. Login to VO's website on the top-left under \"Web\","
	einfo "   and then downloading it from the \"Download\" link"
	einfo "   under \"Game\" on the left pane."
	einfo "3. Put ${A} in ${DISTDIR}"
	einfo "4. emerge vendetta-online-bin"
}

src_unpack() {
	unpack_makeself
}

src_install() {
	dogamesbin vendetta || die "dogamesbin failed"
	prepgamesdirs
}