Add recipe for Kaiten Patissier

This commit is contained in:
Adrien Destugues
2020-07-14 17:09:48 +02:00
parent 8abca7b0a4
commit 49781d7b82
2 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
SUMMARY="Puzzle game with baking and rotations"
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"
ARCHITECTURES="!x86_gcc2 ?x86 !x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
kaiten_patissier$secondaryArchSuffix = $portVersion
app:kaiten_patissier$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libsdl_mixer$secondaryArchSuffix
lib:libsdl_gfx$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
devel:libsdl_mixer$secondaryArchSuffix
devel:libsdl_gfx$secondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine
cmd:make
cmd:gcc$secondaryArchSuffix
"
BUILD()
{
cd src
make $jobArgs -f Makefile.linux
}
INSTALL()
{
mkdir -p $appsDir/Kaiten\ Patissier
cp src/RotateGear $appsDir/Kaiten\ Patissier/Kaiten\ Patissier
cp -r data image sound replay save $appsDir/Kaiten\ Patissier
addAppDeskbarSymlink $appsDir/Kaiten\ Patissier/Kaiten\ Patissier
}

View File

@@ -0,0 +1,17 @@
Copyright 2008 Alpha Secret Base. All rights reserved.
Disclaimer / Copyright / Redistribution
This game is under the "Yawaraka(flexible)" license.
Use at your own risk.
You can freely modify and redistribute it. Conversions are really Fun!
You should write the changes and the person who did them in the
readme file or in a place that was obvious to find.
If you make a cool modification, please tell me via mail or by any
other means, even though that's not a condition of the license.
Let me enjoy your changes too.
If you have not done any modifications, you can freely distribute
without problems.