mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
12
media-plugins/kodi-game-libretro-bnes/metadata.xml
Normal file
12
media-plugins/kodi-game-libretro-bnes/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user