diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-07 04:48:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-07 04:48:30 +0000 |
commit | 6be313cdeabe07ea78ee7d1bf7761959ccf85f1f (patch) | |
tree | 3feb79d66998a4663abf2870a94581821dc4a271 /games-action/slune/slune-1.0.9.ebuild | |
parent | make sure we actually use the USE flags we say we support and add support for... (diff) | |
download | gentoo-2-6be313cdeabe07ea78ee7d1bf7761959ccf85f1f.tar.gz gentoo-2-6be313cdeabe07ea78ee7d1bf7761959ccf85f1f.tar.bz2 gentoo-2-6be313cdeabe07ea78ee7d1bf7761959ccf85f1f.zip |
version bump (bug #104946)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-action/slune/slune-1.0.9.ebuild')
-rw-r--r-- | games-action/slune/slune-1.0.9.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games-action/slune/slune-1.0.9.ebuild b/games-action/slune/slune-1.0.9.ebuild new file mode 100644 index 000000000000..b3d019530965 --- /dev/null +++ b/games-action/slune/slune-1.0.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.9.ebuild,v 1.1 2005/09/07 04:48:30 mr_bones_ Exp $ + +inherit distutils + +DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" +HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" +SRC_URI="http://download.gna.org/slune/Slune-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/x11 + virtual/opengl + >=media-libs/libsdl-1.2.6 + >=dev-lang/python-2.2.2 + >=dev-python/soya-0.9 + >=dev-python/py2play-0.1.6 + >=dev-python/pyopenal-0.1.3 + >=dev-python/pyogg-1.1 + >=dev-python/pyvorbis-1.1" + +S=${WORKDIR}/Slune-${PV} |