games-emulation/fbneo-libretro - 9999 (menelkir)

Search

Package Information

Description:
Fork of Final Burn Alpha
Homepage:
https://github.com/libretro/FBNeo
License:
FBA

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

LIBRETRO_REPO_NAME="libretro/FBNeo"

inherit libretro-core

DESCRIPTION="Fork of Final Burn Alpha"
HOMEPAGE="https://github.com/libretro/FBNeo"
KEYWORDS=""

LICENSE="FBA"
SLOT="0"

DEPEND="media-libs/libsdl2
		media-libs/sdl-image"
RDEPEND="${DEPEND}
		games-emulation/libretro-info"

S="${WORKDIR}/${P}"/src/burner/libretro

pkg_preinst() {
	if ! has_version "=${CATEGORY}/${PN}-${PVR}"; then
		first_install="1"
	fi
}

Dependencies

DEPEND

media-libs/libsdl2
		media-libs/sdl-image

RDEPEND

media-libs/libsdl2
		media-libs/sdl-image
		games-emulation/libretro-info