From a7a6180b07560ddd6592843d15e395562cdb1d45 Mon Sep 17 00:00:00 2001 From: Nikos Chantziaras Date: Mon, 19 Apr 2010 00:44:42 +0300 Subject: [PATCH] Add QTads live ebuild --- games-engines/qtads/Manifest | 1 + games-engines/qtads/qtads-9999.ebuild | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 games-engines/qtads/Manifest create mode 100644 games-engines/qtads/qtads-9999.ebuild diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest new file mode 100644 index 0000000..086342e --- /dev/null +++ b/games-engines/qtads/Manifest @@ -0,0 +1 @@ +EBUILD qtads-9999.ebuild 791 RMD160 83d3ce75c6ccd6ab995c386aceb70a862f6a97d3 SHA1 f051bebf7bbce929802c1d3cb4ba9c2b37e9cd58 SHA256 799dbc3018222f55ca331e57c7d31d24e4181558b9e879a29c9f840a0cea31ca diff --git a/games-engines/qtads/qtads-9999.ebuild b/games-engines/qtads/qtads-9999.ebuild new file mode 100644 index 0000000..b5b8986 --- /dev/null +++ b/games-engines/qtads/qtads-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit flag-o-matic games git qt4-r2 + +EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}" + +DESCRIPTION="Qt-based multimedia interpreter for TADS 2 and TADS 3 text adventures" +HOMEPAGE="http://qtads.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="x11-libs/qt-gui:4 + media-libs/libsdl[audio] + media-libs/sdl-mixer[vorbis,wav] + media-libs/smpeg" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS BUGS CREDITS INSTALL NEWS PORTABILITY QTADS_LICENSE_NOTE SOURCE_README README TIPS TODO" + +src_unpack() { + git_src_unpack +} + +src_install() { + dogamesbin qtads || die + doman qtads.6.gz || die + + make_desktop_entry qtads QTads + prepgamesdirs +} -- 2.11.4.GIT