blob: e6ccd68fb0eeed45b3c1c6552badce0825763946 (
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
|
# Copyright 1999-2006 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.7 2006/03/31 21:33:35 wolf31o2 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="fetch mirror"
RDEPEND="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
}
|