public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-engines/residual-tools/
@ 2011-10-05 16:38 Azamat H. Hackimov
  0 siblings, 0 replies; only message in thread
From: Azamat H. Hackimov @ 2011-10-05 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0571e487135e585bb9d70d39c67209f6ab69f5b8
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Oct  5 16:38:33 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Oct  5 16:38:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0571e487

[games-engines/residual-tools] Utilites for residual package

(Portage version: 2.1.10.11/git/Linux x86_64, unsigned Manifest commit)

---
 games-engines/residual-tools/metadata.xml          |   13 ++++++
 .../residual-tools/residual-tools-9999.ebuild      |   43 ++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/games-engines/residual-tools/metadata.xml b/games-engines/residual-tools/metadata.xml
new file mode 100644
index 0000000..7b900f9
--- /dev/null
+++ b/games-engines/residual-tools/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Utilities for the GrimE game engine
+</longdescription>
+</pkgmetadata>
+

diff --git a/games-engines/residual-tools/residual-tools-9999.ebuild b/games-engines/residual-tools/residual-tools-9999.ebuild
new file mode 100644
index 0000000..5fafe94
--- /dev/null
+++ b/games-engines/residual-tools/residual-tools-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit games git-2
+
+DESCRIPTION="Utilities for the GrimE game engine"
+HOMEPAGE="http://residual.sourceforge.net/"
+#SRC_URI=""
+EGIT_REPO_URI="https://github.com/residual/residual-tools.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="flac mad vorbis"
+
+DEPEND="flac? ( media-libs/flac )
+	mad? ( media-libs/libmad )
+	vorbis? ( media-libs/libvorbis )
+	sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# econf can't work here, configure script not have some options
+	./configure \
+		--enable-release --disable-tremor \
+		--prefix="${GAMES_PREFIX}" \
+		--datadir="${GAMES_DATADIR}" \
+		$(use_enable flac) \
+		$(use_enable mad) \
+		$(use_enable vorbis) \
+	|| die "configure failed"
+}
+
+src_install() {
+	local f
+	for f in $(find tools -type f -perm +1 -print); do
+		newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
+	done
+	prepgamesdirs
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-05 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 16:38 [gentoo-commits] proj/gamerlay:master commit in: games-engines/residual-tools/ Azamat H. Hackimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox