games-arcade/grande-KXL - 0.6 (gentoo)

Search

Install

Install this version:

emerge -a =games-arcade/grande-KXL-0.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-arcade/grande-KXL-0.6

Or alternatively:

emerge --autounmask-write -a =games-arcade/grande-KXL-0.6

Package Information

Description:
ZANAC type game
Homepage:
http://triring.net/ps2linux/games/kxl/kxlgames.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools desktop

DESCRIPTION="ZANAC type game"
HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html"
SRC_URI="
	mirror://gentoo/${P}.tar.gz
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}.png"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	acct-group/gamestat
	dev-games/KXL"
RDEPEND="${DEPEND}
	media-fonts/font-adobe-100dpi
	media-fonts/font-bitstream-100dpi"

PATCHES=(
	"${FILESDIR}"/${P}-cflags.patch
	"${FILESDIR}"/${P}-paths.patch
	"${FILESDIR}"/${P}-clang16.patch
)

src_prepare() {
	default

	eautoreconf
}

src_configure() {
	econf --with-highscore-path="${EPREFIX}/var/games"
}

src_install() {
	dodir /var/games
	default

	fowners :gamestat /var/games/grande.scores /usr/bin/grande
	fperms g+s /usr/bin/grande
	fperms 660 /var/games/grande.scores

	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry grande Grande
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

DEPEND

	acct-group/gamestat
	dev-games/KXL

RDEPEND

	acct-group/gamestat
	dev-games/KXL
	media-fonts/font-adobe-100dpi
	media-fonts/font-bitstream-100dpi

Manifest for 0.6

Type File Size Source URLs
DIST grande-KXL-0.6.tar.gz 240869 bytes mirror://gentoo/grande-KXL-0.6.tar.gz
DIST grande-KXL.png 5949 bytes https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/grande-KXL.png