openclaw, fix references for lib:libsdl* (#8999)

This commit is contained in:
Schrijvers Luc
2023-07-07 07:57:55 +02:00
committed by GitHub
parent f16a8851f0
commit b6a25ff5d1

View File

@@ -11,7 +11,7 @@ COPYRIGHT="2009 Peter \"Corsix\" Cawley
2012 Michael L. McShaffry and David Graham"
LICENSE="MIT
GNU GPL v3"
REVISION="1"
REVISION="2"
srcGitRev="3586dfade4a0ae9b4456d24b599c9e9b111522e2"
SOURCE_URI="https://github.com/pjasicek/OpenClaw/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="bb33a7d39745f050af013fcb9d444e6df17ec7c89f72648ace11038a4dc3d3ce"
@@ -32,15 +32,15 @@ GLOBAL_WRITABLE_FILES="
PROVIDES="
openclaw$secondaryArchSuffix = $portVersion
app:openclaw = $portVersion
app:OpenClaw = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl2_2.0$secondaryArchSuffix
lib:libsdl2_mixer_2.0$secondaryArchSuffix
lib:libsdl2_ttf$secondaryArchSuffix
lib:libsdl2_ttf_2.0$secondaryArchSuffix
lib:libsdl2_image_2.0$secondaryArchSuffix
lib:libsdl2_gfx$secondaryArchSuffix
lib:libsdl2_gfx_1.0$secondaryArchSuffix
lib:libtinyxml$secondaryArchSuffix
"
@@ -50,7 +50,7 @@ BUILD_REQUIRES="
devel:libsdl2_mixer_2.0$secondaryArchSuffix
devel:libsdl2_ttf$secondaryArchSuffix
devel:libsdl2_image_2.0$secondaryArchSuffix
devel:libsdl2_gfx$secondaryArchSuffix
devel:libsdl2_gfx_1.0$secondaryArchSuffix
devel:libtinyxml$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -64,10 +64,8 @@ BUILD_PREREQUIRES="
BUILD()
{
mkdir -p build
cd build
cmake ..
make $jobArgs
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release
make -C build $jobArgs
}
INSTALL()