summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-10 19:29:16 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-10 19:29:16 +0000
commitf199057b8679cd2eed424fccb45361c89a133d31 (patch)
treee6ec41e59db82809cd99452c53c9efe67a3985e3 /games-action/slune/slune-0.3.1.ebuild
parentgames action and arcade (diff)
downloadgentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.gz
gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.bz2
gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.zip
action games !
Diffstat (limited to 'games-action/slune/slune-0.3.1.ebuild')
-rw-r--r--games-action/slune/slune-0.3.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/games-action/slune/slune-0.3.1.ebuild b/games-action/slune/slune-0.3.1.ebuild
new file mode 100644
index 000000000000..855dc6d629c1
--- /dev/null
+++ b/games-action/slune/slune-0.3.1.ebuild
@@ -0,0 +1,23 @@
+# 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.3.1.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $
+
+inherit distutils
+
+DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
+SRC_URI="http://www.nectroom.homelinux.net/pkg/Slune-${PV}.tar.bz2"
+HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+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}