summaryrefslogtreecommitdiff
blob: e12780b558cae730c84ae27d358fd4de3a088f68 (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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.5.ebuild,v 1.1 2003/12/05 07:10:37 kloeri Exp $

inherit distutils

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

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

DEPEND="virtual/x11
	virtual/opengl
	>=media-libs/libsdl-1.2.6
	>=dev-lang/python-2.2.2
	>=dev-python/soya-0.5
	>=dev-python/py2play-0.1.5
	>=dev-python/pyopenal-0.1.2
	>=dev-python/editobj-0.5.2"

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