summaryrefslogtreecommitdiff
path: root/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild')
-rw-r--r--games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild20
1 files changed, 9 insertions, 11 deletions
diff --git a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
index e4a987433010..6b15169bd6a3 100644
--- a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
+++ b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+CMAKE_MAKEFILE_GENERATOR=emake
+inherit cmake
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"
+HOMEPAGE="https://baller.tuxfamily.org/"
+SRC_URI="https://download.tuxfamily.org/baller/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
@@ -16,14 +17,11 @@ KEYWORDS="~amd64"
DEPEND="media-libs/libsdl"
RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" )
+
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
+ cmake_src_configure
}