games-action/geki3-KXL - 1.0.3 (gentoo)

Search

Install

Install this version:

emerge -a =games-action/geki3-KXL-1.0.3

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

autounmask =games-action/geki3-KXL-1.0.3

Or alternatively:

emerge --autounmask-write -a =games-action/geki3-KXL-1.0.3

Package Information

Description:
2D horizontal scroll shooting game
Homepage:
http://triring.net/ps2linux/games/kxl/kxlgames.html
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools desktop

DESCRIPTION="2D horizontal scroll shooting game"
HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html"
SRC_URI="
	mirror://gentoo/${P}.tar.gz
	mirror://gentoo/${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}-clang.patch
	"${FILESDIR}"/${P}-clang16.patch
)

src_prepare() {
	default

	sed -i "s|DATA_PATH \"/.score\"|\"${EPREFIX}/var/games/${PN}.hs\"|" src/ranking.c || die

	eautoreconf
}

src_install() {
	emake -C data DESTDIR="${D}" install-dataDATA
	default

	rm "${ED}"/usr/share/geki3/data/.score
	insinto /var/games
	newins data/.score ${PN}.hs

	fowners :gamestat /var/games/${PN}.hs /usr/bin/geki3
	fperms g+s /usr/bin/geki3
	fperms 660 /var/games/${PN}.hs

	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry geki3 Geki3
}

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 1.0.3

Type File Size Source URLs
DIST geki3-KXL-1.0.3.tar.gz 695913 bytes mirror://gentoo/geki3-KXL-1.0.3.tar.gz
DIST geki3-KXL.png 1142 bytes mirror://gentoo/geki3-KXL.png