mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
* atari800_libretro: bumped to version 3.1.0:20200921 * bluemsx_libretro: bumped to version 2.9.0:20200920 * cap32_libretro: bumped to version 4.2.0:20200923 * fmsx_libretro: bumped to version 4.9:20200920 * mrboom_libretro: bumped to version 4.9:20200923 * fbneo_libretro: bumped to version 0.2.97.44:20200925 * fceumm_libretro: bumped to version 0.0.1:20200909 * flycast_libretro: bumped to version 0.1:20200923 * freeintv_libretro: bumped to version 0.0:20200721 * gambatte_libretro: bumped to version 0.5.0:20200922 * genesis_plus_gx_libretro: bumped to version 1.7.4:20200717 * gpsp_libretro: bumped to version 0.91:20200921 * handy_libretro: bumped to version 0.95:20200913 * mednafen_gba_libretro: bumped to version 0.9.36:20200818 * mednafen_lynx_libretro: bumped to version 0.9.32:20200919 * mednafen_ngp_libretro: bumped to version 0.9.36.1:20200924 * mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20200924 * mednafen_pce_libretro: bumped to version 0.9.38.7:20200924 * mednafen_pcfx_libretro: bumped to version 0.9.33.3:20200922 * mednafen_psx_hw_libretro: bumped to version 0.9.38.6:20200924 * mednafen_psx_libretro: bumped to version 0.9.39.2:20200924 * mednafen_saturn_libretro: bumped to version 0.9.45.1:20200924 * mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20200925 * mednafen_vb_libretro: bumped to version 0.9.36.1:20200924 * mednafen_wswan_libretro: bumped to version 0.9.35.1:20200924 * mgba_libretro: bumped to version 0.6.1:20200922 * o2em_libretro: bumped to version 1.18:20200913 * opera_libretro: bumped to version 1.0.0:20200711 * parallel_n64_libretro: bumped to version 2.0rc2:20200818 * pcsx_rearmed_libretro: bumped to version r22:20200910 * picodrive_libretro: bumped to version 1.92:20200816 * snes9x_libretro: bumped to version 1.60:20200916 * vba_next_libretro: bumped to version 1.0.2:20200916 * vecx_libretro: bumped to version 1.2:20200916 * virtualjaguar_libretro: bumped to version 2.1.2:20200917 * reminiscence_libretro: bumped to version 0.3.6:20200917 * craft_libretro: bumped to version 1.0:20200725
65 lines
2.2 KiB
Bash
65 lines
2.2 KiB
Bash
SUMMARY="An Atari 8-bit computer and 5200 console emulator core for libretro"
|
|
DESCRIPTION="This is a free and portable Atari 8-bit computer and 5200 console \
|
|
emulator, originally written by David Firth and now developed by the Atari800 \
|
|
Development Team."
|
|
HOMEPAGE="https://atari800.github.io/"
|
|
COPYRIGHT="2001-2018, the Atari800 Dev team, the libretro team"
|
|
LICENSE="GNU GPL v2"
|
|
REVISION="1"
|
|
srcGitRev="9947d41950925bdf945937b9bf6d352aff00ccd7"
|
|
SOURCE_URI="https://github.com/libretro/libretro-atari800/archive/$srcGitRev.tar.gz"
|
|
CHECKSUM_SHA256="f2710f614ead73f32183d5a7a4bd3a8f95a1851b0da0918f1375178cc107a6c9"
|
|
SOURCE_FILENAME="libretro-atari800-${portVersion/_/-}-$srcGitRev.tar.gz"
|
|
SOURCE_DIR="libretro-atari800-$srcGitRev"
|
|
srcGitRev2="6f625948d1b985702cb92f4907c7db0e21b6eebc"
|
|
SOURCE_URI_2="https://github.com/libretro/libretro-common/archive/$srcGitRev2.tar.gz"
|
|
CHECKSUM_SHA256_2="276826ab0d53f7024c373f8005c979fb036c2eeca4e0ba3c0d7ea26e3df27cb0"
|
|
SOURCE_FILENAME_2="libretro-common-$srcGitRev2.tar.gz"
|
|
SOURCE_DIR_2="libretro-common-$srcGitRev2"
|
|
ADDITIONAL_FILES="atari800_libretro.info.in"
|
|
|
|
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
|
SECONDARY_ARCHITECTURES="x86"
|
|
|
|
PROVIDES="
|
|
atari800_libretro$secondaryArchSuffix = $portVersion
|
|
addon:atari800_libretro$secondaryArchSuffix = $portVersion
|
|
"
|
|
REQUIRES="
|
|
haiku$secondaryArchSuffix
|
|
retroarch$secondaryArchSuffix
|
|
lib:libz$secondaryArchSuffix
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku${secondaryArchSuffix}_devel
|
|
devel:libz$secondaryArchSuffix
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:gcc$secondaryArchSuffix
|
|
cmd:make
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
rmdir $sourceDir/libretro/libretro-common
|
|
cp -r $sourceDir2 $sourceDir/libretro/libretro-common
|
|
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
|
$portDir/additional-files/atari800_libretro.info.in \
|
|
> atari800_libretro.info
|
|
make $jobArgs GIT_VERSION=${srcGitRev:0:7}
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
install -m 0755 -d "$docDir"
|
|
install -m 0644 -t "$docDir" atari800/DOC/BUGS atari800/DOC/CREDITS \
|
|
atari800/DOC/ChangeLog atari800/DOC/FAQ atari800/DOC/NEWS \
|
|
atari800/DOC/README atari800/DOC/TODO atari800/DOC/USAGE \
|
|
atari800/DOC/*.txt
|
|
install -m 0755 -d "$addOnsDir"/libretro
|
|
install -m 0644 -t "$addOnsDir"/libretro \
|
|
atari800_libretro.info \
|
|
atari800_libretro.so
|
|
}
|