mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
bump to 0.8.3 ~ 42c1acd (#4939)
This commit is contained in:
@@ -3,12 +3,12 @@ DESCRIPTION="MelonDS is a Nintendo DS emulator with emphasis on performance. \
|
|||||||
It is attempting to do things 'right and fast' according to its original \
|
It is attempting to do things 'right and fast' according to its original \
|
||||||
author. This is the libretro core based of MelonDS."
|
author. This is the libretro core based of MelonDS."
|
||||||
HOMEPAGE="http://melonds.kuribo64.net/"
|
HOMEPAGE="http://melonds.kuribo64.net/"
|
||||||
COPYRIGHT="2016-2018 StapleButter, the libretro team"
|
COPYRIGHT="2016-2019 StapleButter, the libretro team"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
srcGitRev="154197dbcc60a4bc456ae527e80c1d60c070a7a4"
|
srcGitRev="42c1acd5c47dcda17288dcb64ea4adb8e13b8732"
|
||||||
SOURCE_URI="https://github.com/libretro/melonDS/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="https://github.com/libretro/melonDS/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="cd35e6759b2f61df6923f994989c2bea139663b6fbcd1adc7305a09889e8f44e"
|
CHECKSUM_SHA256="a21581bfdc122cfe740750f8049eb514cb82a8c2a0127a4488d7b7a08f61b0a3"
|
||||||
SOURCE_FILENAME="melonds-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
|
SOURCE_FILENAME="melonds-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
|
||||||
SOURCE_DIR="melonDS-$srcGitRev"
|
SOURCE_DIR="melonDS-$srcGitRev"
|
||||||
ADDITIONAL_FILES="melonds_libretro.info.in"
|
ADDITIONAL_FILES="melonds_libretro.info.in"
|
||||||
@@ -27,6 +27,7 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
|
devel:libGL$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
@@ -36,7 +37,7 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
||||||
$portDir/additional-files/melonds_libretro.info.in \
|
${portDir}/additional-files/melonds_libretro.info.in \
|
||||||
> melonds_libretro.info
|
> melonds_libretro.info
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user