diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-15 16:24:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-15 16:24:55 +0000 |
commit | 3cfbb319bcade217c026df24ecb2b033203efd67 (patch) | |
tree | 5cc5b9647551ef48507a805c1de080e5d396a989 /games-action | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-3cfbb319bcade217c026df24ecb2b033203efd67.tar.gz gentoo-2-3cfbb319bcade217c026df24ecb2b033203efd67.tar.bz2 gentoo-2-3cfbb319bcade217c026df24ecb2b033203efd67.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/glaxium/glaxium-0.5.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-action/glaxium/glaxium-0.5.ebuild b/games-action/glaxium/glaxium-0.5.ebuild deleted file mode 100644 index bb32cc98e228..000000000000 --- a/games-action/glaxium/glaxium-0.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.17 2007/09/21 13:48:27 nyhm Exp $ - -inherit autotools eutils games - -DESCRIPTION="OpenGL-based space-ship shoot-em-up style game" -HOMEPAGE="http://xhosxe.free.fr/glaxium/" -SRC_URI="http://xhosxe.free.fr/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-mixer - virtual/opengl - virtual/glu - virtual/glut - media-libs/libpng" - -S=${WORKDIR}/${PN}_${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - if has_version x11-drivers/nvidia-drivers ; then - epatch "${FILESDIR}"/${P}-glx.patch - fi - epatch \ - "${FILESDIR}"/${PV}-rc.patch \ - "${FILESDIR}"/${P}-gcc41.patch \ - "${FILESDIR}"/${P}-build.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README.txt CHANGES.txt - prepgamesdirs -} |