mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Add recipe for Kaiten Patissier
This commit is contained in:
51
games-puzzle/kaiten-patissier/kaiten_patissier-1.05.recipe
Normal file
51
games-puzzle/kaiten-patissier/kaiten_patissier-1.05.recipe
Normal 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
|
||||
}
|
||||
17
games-puzzle/kaiten-patissier/licenses/Yawaraka
Normal file
17
games-puzzle/kaiten-patissier/licenses/Yawaraka
Normal 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.
|
||||
Reference in New Issue
Block a user