mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
libretro cores: bump to latest git commits (#6331)
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
# Software Information
|
||||
display_name = "Rick Dangerous (XRick)"
|
||||
authors = ""
|
||||
supported_extensions = "zip"
|
||||
corename = "XRick"
|
||||
categories = "Game"
|
||||
database = "Rick Dangerous"
|
||||
systemname = "Rick Dangerous Game Engine"
|
||||
systemid = "xrick"
|
||||
license = "GPLv3"
|
||||
permissions = ""
|
||||
display_version = "@DISPLAY_VERSION@"
|
||||
|
||||
# Hardware Information
|
||||
systemname = "Rick Dangerous Game Engine"
|
||||
systemid = "xrick"
|
||||
|
||||
# Libretro Features
|
||||
database = "Rick Dangerous"
|
||||
supports_no_game = "false"
|
||||
|
||||
notes = "(!) XRick requires data ROM 'data.zip'.|(!) Load Content 'data.zip'"
|
||||
|
||||
description = "A port of the XRick, an open-source clone of the Rick Dangerous engine, to libretro. Rick Dangerous was an Indiana Jones-style platforming game first published in 1989 and then ported to various computing platforms of the era, such as Atari ST and Commodore 64."
|
||||
|
||||
@@ -9,14 +9,14 @@ HOMEPAGE="http://www.xrick.net"
|
||||
COPYRIGHT="2000-2021 Bigorno.net, the libretro team"
|
||||
LICENSE="xrick"
|
||||
REVISION="1"
|
||||
srcGitRev="f281911d5b5f99770b7fc1f2aee7dff29a9754c1"
|
||||
srcGitRev="1feefc5d49479d9892fbef677c877bd211753da9"
|
||||
SOURCE_URI="https://github.com/libretro/xrick-libretro/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="0a489bc8d67210a744955eef7e5b84ed71703bb82e7ca84fd5c85d2589493fc2"
|
||||
CHECKSUM_SHA256="30c95a08af94ed9e4e855fceab5755e472ad92ebc088529a2f095ba689b4ff05"
|
||||
SOURCE_FILENAME="libretro-xrick-${portVersion/_/-}-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="xrick-libretro-$srcGitRev"
|
||||
ADDITIONAL_FILES="xrick_libretro.info.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user