kaiten_patissier, fix references for lib:libsdl, disable recipe (#8954)

This commit is contained in:
Schrijvers Luc
2023-07-04 21:27:56 +02:00
committed by GitHub
parent 0d51252895
commit c8e38bc0bc

View File

@@ -1,15 +1,15 @@
SUMMARY="Puzzle game with baking and rotations"
DESCRIPTION="Help PiPi the little fairy collect ingredients to prepare sweets
DESCRIPTION="Help PiPi the little fairy collect ingredients to prepare sweets \
and make everyone happy."
HOMEPAGE="https://github.com/pulkomandy/kaiten-patissier"
COPYRIGHT="2008 Alpha Secret Base"
LICENSE="Yawaraka"
SOURCE_URI="https://github.com/pulkomandy/kaiten-patissier/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="ba464e370a5854cb24ef9724b90e919580f60015a3fd270bce4b460542b3a631"
SOURCE_DIR="kaiten-patissier-$portVersion"
REVISION="1"
SOURCE_URI="https://github.com/pulkomandy/kaiten-patissier/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="7f341c00702d9fe1a9e41d417db1bd945644be057d0000d3e56d966fbea07907"
SOURCE_DIR="kaiten-patissier-$portVersion"
ARCHITECTURES="!all ?x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -18,16 +18,16 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libsdl_mixer$secondaryArchSuffix
lib:libsdl_gfx$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
lib:libSDL_mixer_1.2$secondaryArchSuffix
lib:libSDL_gfx$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
devel:libsdl_mixer$secondaryArchSuffix
devel:libsdl_gfx$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL_mixer_1.2$secondaryArchSuffix
devel:libSDL_gfx$secondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine
@@ -49,3 +49,4 @@ INSTALL()
cp -r data image sound replay save $appsDir/Kaiten\ Patissier
addAppDeskbarSymlink $appsDir/Kaiten\ Patissier/Kaiten\ Patissier
}