summaryrefslogtreecommitdiff
blob: 31843ad1f814fe1023d8b35f805bb5fb27ce6e77 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.3.1.ebuild,v 1.5 2004/06/24 21:59:15 agriffis Exp $

inherit distutils

DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
HOMEPAGE="http://oomadness.nekeme.net/en/slune/"
SRC_URI="http://oomadness.nekeme.net/downloads/Slune-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND="virtual/x11
	virtual/opengl
	>=dev-lang/python-2.2.2
	>=dev-python/soya-0.3.1
	>=dev-python/py2play-0.1.2
	>=dev-python/pyopenal-0.1.1
	>=dev-python/editobj-0.3.1"

S="${WORKDIR}/Slune-${PV}"