media-plugins/kodi-game-libretro-snes9x: Snes9x GameClient for Kodi

Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Craig Andrews
2018-07-24 01:28:19 -04:00
parent e9a186ed28
commit eb6fcc3316
3 changed files with 50 additions and 1 deletions

View File

@@ -7,6 +7,6 @@
</maintainer>
<longdescription>Snes9x libretro port</longdescription>
<upstream>
<remote-id type="github">libretro/libretro-snes9x</remote-id>
<remote-id type="github">libretro/snes9x</remote-id>
</upstream>
</pkgmetadata>

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="Snes9x GameClient for Kodi"
HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x"
SRC_URI=""
if [[ ${PV} == *9999 ]]; then
SRC_URI=""
EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git"
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/game.libretro.snes9x-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
~media-tv/kodi-9999
games-emulation/libretro-snes9x
"
RDEPEND="
media-plugins/kodi-game-libretro
${DEPEND}
"
src_prepare() {
echo 'find_library(SNES9X_LIB NAMES snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-snes9x.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>Snes9x GameClient for Kodi</longdescription>
<upstream>
<remote-id type="github">kodi-game/game.libretro.snes9x</remote-id>
</upstream>
</pkgmetadata>