From e49948414026fa60bba0ae42038f4b615fddba06 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 29 Oct 2020 21:34:35 +0200 Subject: games-misc/ballerburg: Fix installation details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/730870 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild (limited to 'games-misc') diff --git a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild new file mode 100644 index 000000000000..e4a987433010 --- /dev/null +++ b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Linux port of the classical Atari ST game Ballerburg" +HOMEPAGE="http://baller.tuxfamily.org/" +SRC_URI="http://download.tuxfamily.org/baller/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DDOCDIR=share/doc/${PF} + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + gunzip "${ED}usr/share/man/man6/ballerburg.6.gz" || die +} -- cgit v1.2.3-65-gdbad