diff options
Diffstat (limited to 'games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild')
-rw-r--r-- | games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild new file mode 100644 index 000000000000..774599e8677b --- /dev/null +++ b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils games + +DESCRIPTION="A classic role-playing game" +HOMEPAGE="http://basiliskgames.com/eschalon-book-i" +SRC_URI="http://dev.gentoo.org/~calchan/distfiles/${P}.tar.gz" + +LICENSE="eschalon-book-1-demo" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +RESTRICT="strip" +QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/Eschalon Book I Demo" + +RDEPEND=" + >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" + +S="${WORKDIR}/Eschalon Book I Demo" + +src_install() { + insinto "${GAMES_PREFIX_OPT}/${PN}" + doins -r data music sound *pdf *pak help.txt + + exeinto "${GAMES_PREFIX_OPT}/${PN}" + doexe "Eschalon Book I Demo" + + make_desktop_entry ${PN} "Eschalon: Book I (Demo)" + games_make_wrapper ${PN} "\"./Eschalon Book I Demo\"" "${GAMES_PREFIX_OPT}/${PN}" + prepgamesdirs +} |