summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-game-libretro-dosbox
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
commit43793fab84041cfc5c60c0151d1591b8a69fb24a (patch)
tree6208a7f4fc744684fce0f55acbb47511acace498 /media-plugins/kodi-game-libretro-dosbox
parent28e3d252dc8ac8a5635206dfefe1cfe05058d1db (diff)
gentoo resync : 25.08.2018
Diffstat (limited to 'media-plugins/kodi-game-libretro-dosbox')
-rw-r--r--media-plugins/kodi-game-libretro-dosbox/Manifest2
-rw-r--r--media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild37
-rw-r--r--media-plugins/kodi-game-libretro-dosbox/metadata.xml12
3 files changed, 51 insertions, 0 deletions
diff --git a/media-plugins/kodi-game-libretro-dosbox/Manifest b/media-plugins/kodi-game-libretro-dosbox/Manifest
new file mode 100644
index 000000000000..bebfb365f4df
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-dosbox/Manifest
@@ -0,0 +1,2 @@
+EBUILD kodi-game-libretro-dosbox-9999.ebuild 900 BLAKE2B d8bb6665e6ec706bb50af2cd382feee028881118653b9b2065f070485a82c6a578f45761f2515ce50c5cb25cdf2dccaf5a853aaac08af156751c692d326e0f25 SHA512 25cef03ca6a82c0412bed704491c7b45c787e708803dc18e93de90dbc0a1fae69113e675ffcbb4a04233f99041b1a343bf1d7a918bc030220bba25175a7999c3
+MISC metadata.xml 439 BLAKE2B 26e660170befb49f4f8cecc4e47a11a4edce7447eecfe8318dc00d5ce6aa4b1a54e6484a50ddf2004caefdaa8c56869e377c2607f2213e73cbcc95d67ae90fee SHA512 fc9f630ac1c8cb229608ac0ee16398a529e1698a254abaa79f786c9ffb543558577ae06c02f2142bd9f3d405457c73a0b8be0f46bf656af1d24c645704d2f560
diff --git a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild
new file mode 100644
index 000000000000..44c31d728f6e
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild
@@ -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="DOSBox GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.dosbox"
+SRC_URI=""
+
+if [[ ${PV} == *9999 ]]; then
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.dosbox.git"
+ inherit git-r3
+else
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/game.libretro.dosbox-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ ~media-tv/kodi-9999
+ games-emulation/libretro-dosbox
+ "
+RDEPEND="
+ media-plugins/kodi-game-libretro
+ ${DEPEND}
+ "
+src_prepare() {
+ echo 'find_library(DOSBOX_LIB NAMES dosbox_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-dosbox.cmake" || die
+ default
+}
diff --git a/media-plugins/kodi-game-libretro-dosbox/metadata.xml b/media-plugins/kodi-game-libretro-dosbox/metadata.xml
new file mode 100644
index 000000000000..4ce13816abd5
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-dosbox/metadata.xml
@@ -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>DOSBox GameClient for Kodi</longdescription>
+ <upstream>
+ <remote-id type="github">kodi-game/game.libretro.dosbox</remote-id>
+ </upstream>
+</pkgmetadata>