mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
libretro cores: bump to latest git commits (#6331)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
SUMMARY="Media assets for RetroArch"
|
||||
DESCRIPTION="RetroArch is a frontend for emulators, game engines and media \
|
||||
players. This package provides assets such as icons for the GUI."
|
||||
HOMEPAGE="https://libretro.com/"
|
||||
COPYRIGHT="2010-2021 The RetroArch Team"
|
||||
LICENSE="CC-BY-4.0"
|
||||
REVISION="1"
|
||||
srcGitRev="a7deebea0b64e744d521368181f9f187f6c5a053"
|
||||
SOURCE_URI="https://github.com/libretro/retroarch-assets/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="cd8e5bc0f35a21c185fc1984606ea0fa0fe063788e768bfd15f26abde58f1d5d"
|
||||
SOURCE_FILENAME="retroarch-assets-$portVersion.tar.gz"
|
||||
SOURCE_DIR="retroarch-assets-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
retroarch_assets = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
retroarchDataDir="$dataDir/retroarch/assets/"
|
||||
mkdir -p "$retroarchDataDir"
|
||||
cp -ar * "$retroarchDataDir"
|
||||
cd "$retroarchDataDir"
|
||||
rm -rf src
|
||||
rm -f Makefile configure COPYING
|
||||
rm -f xmb/convert.sh xmb/NPMApng2PMApng.py
|
||||
}
|
||||
Reference in New Issue
Block a user