mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
openclaw, fix references for lib:libsdl* (#8999)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user