diff options
author | Jens Pranaitis (jensp) <jens@chaox.net> | 2010-05-23 21:21:44 +0000 |
---|---|---|
committer | Jens Pranaitis (jensp) <jens@chaox.net> | 2010-05-23 21:21:44 +0000 |
commit | ca3d3e55966a714eff10993c3e9759ceadefa250 (patch) | |
tree | cacc0d4196a2ad91010100c023900fa3ddc170ba /games-action | |
parent | media-video/ucview_plugins: fixed Manifest (upstream replaced a distfile with... (diff) | |
download | sunrise-reviewed-ca3d3e55966a714eff10993c3e9759ceadefa250.tar.gz sunrise-reviewed-ca3d3e55966a714eff10993c3e9759ceadefa250.tar.bz2 sunrise-reviewed-ca3d3e55966a714eff10993c3e9759ceadefa250.zip |
games-action/lugaru: Install to /usr/games instead of /opt. Thanks vapier and Tommy[D].
svn path=/sunrise/; revision=10596
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/lugaru/ChangeLog | 15 | ||||
-rw-r--r-- | games-action/lugaru/Manifest | 3 | ||||
-rw-r--r-- | games-action/lugaru/lugaru-9999.ebuild | 40 | ||||
-rw-r--r-- | games-action/lugaru/metadata.xml | 6 |
4 files changed, 64 insertions, 0 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog new file mode 100644 index 000000000..9a7071c1d --- /dev/null +++ b/games-action/lugaru/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for games-action/lugaru +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 23 May 2010; Jens Pranaitis (jensp) <jens@chaox.net> lugaru-9999.ebuild: + Install to /usr/games instead of /opt. Thanks vapier and Tommy[D]. + + 17 May 2010; Jens Pranaitis (jensp) <jens@chaox.net> lugaru-9999.ebuild: + Fixes hg fetch issue. Thx to reagentoo for noticing the bug and to binki and + Tommy[D] for reviewing + + 15 May 2010; Jens Pranaitis (jensp) <jens@chaox.net> +lugaru-9999.ebuild, + +metadata.xml: + New ebuild for bug 319817, thanks xmw and hwoarang + diff --git a/games-action/lugaru/Manifest b/games-action/lugaru/Manifest new file mode 100644 index 000000000..24ed499e0 --- /dev/null +++ b/games-action/lugaru/Manifest @@ -0,0 +1,3 @@ +EBUILD lugaru-9999.ebuild 831 RMD160 83de34b86a62b39ef075f11383293fbcd049688c SHA1 e481db817572695a40d52c101291317d31f1ab9a SHA256 40201a4907d56c448a5dbb76b8e7abcf7514168fa9ed0e73854313a0a8c63f5c +MISC ChangeLog 592 RMD160 75df760fb17ba9c3165a3df880b483fa7e69675c SHA1 0398579f2dfef5d70047e5ae0e9de4dc99d150b0 SHA256 ac0e07af550bcc520d8c5ee74e5a51e24232f31d498ae4c489de751c4adcbf16 +MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild new file mode 100644 index 000000000..87c76fdf3 --- /dev/null +++ b/games-action/lugaru/lugaru-9999.ebuild @@ -0,0 +1,40 @@ +# 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 +} diff --git a/games-action/lugaru/metadata.xml b/games-action/lugaru/metadata.xml new file mode 100644 index 000000000..e6233b5dc --- /dev/null +++ b/games-action/lugaru/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> +</pkgmetadata> |