media-plugins/kodi-game-libretro-bnes: bNES GameClient for Kodi

Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Craig Andrews
2018-07-24 01:26:59 -04:00
parent bbd3b26f63
commit bc5bcda478
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils kodi-addon
DESCRIPTION="bNES GameClient for Kodi"
HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
SRC_URI=""
if [[ ${PV} == *9999 ]]; then
SRC_URI=""
EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/game.libretro.bnes-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
~media-tv/kodi-9999
games-emulation/libretro-bnes
"
RDEPEND="
media-plugins/kodi-game-libretro
${DEPEND}
"
src_prepare() {
echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
default
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>candrews@gentoo.org</email>
<name>Craig Andrews</name>
</maintainer>
<longdescription>bNES GameClient for Kodi</longdescription>
<upstream>
<remote-id type="github">kodi-game/game.libretro.bnes</remote-id>
</upstream>
</pkgmetadata>