]> Pileus Git - ~andy/sunrise/blobdiff - games-action/lugaru/lugaru-9999.ebuild
app-misc/genealogyj-bin, app-text/ocropus-svn, dev-libs/yajl, games-action/lugaru...
[~andy/sunrise] / games-action / lugaru / lugaru-9999.ebuild
diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild
deleted file mode 100644 (file)
index 87c76fd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit games cmake-utils mercurial
-
-DESCRIPTION="A cross platform 3d action adventure"
-HOMEPAGE="http://www.wolfire.com/lugaru"
-SRC_URI=""
-EHG_REPO_URI="http://hg.icculus.org/icculus/${PN}"
-
-LICENSE="GPL-2 free-noncomm"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="media-libs/jpeg
-       media-libs/libogg
-       media-libs/libpng
-       media-libs/libsdl
-       media-libs/libvorbis
-       media-libs/openal
-       virtual/opengl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-       sed -i "s|:Data:|/${GAMES_DATADIR}/${PN}:Data:|g" Source/*.* || die
-}
-
-src_install() {
-       insinto "${GAMES_DATADIR}"/${PN}
-       doins -r Data || die
-       dogamesbin ../${PN}_build/${PN} || die
-       make_desktop_entry ${PN} "Lugaru: The Rabbit's Foot"
-       prepgamesdirs
-}