* 54321, new recipe for an old game

* 54321, new recipe
This commit is contained in:
Schrijvers Luc
2023-05-15 09:29:03 +02:00
committed by GitHub
parent 7fd093ac36
commit 8b02a304ed
3 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
SUMMARY="5 games in 1"
DESCRIPTION="54321 is five games in four-, three-, or two- dimensions for \
one player. 54321 takes five classic two-dimensional puzzle games and \
extends them into three and four dimensions."
HOMEPAGE="https://old.nklein.com/products/54321/"
COPYRIGHT="2001 Patrick Stein"
LICENSE="nklein"
REVISION="1"
SOURCE_URI="$HOMEPAGE/1.0.2001.11.16/54321.tgz"
CHECKSUM_SHA256="ff2bd7afec6d85d29fcf235875285520a4aa5b009c6a0dd7a56619821d79fddb"
SOURCE_DIR="54321"
PATCHES="54321-$portVersion.patchset"
ARCHITECTURES="?all x86_gcc2"
PROVIDES="
54321 = $portVersion
app:54321 = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libpng16
lib:libSDL_1.2
lib:libSDL_image_1.2
lib:libz
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libpng16
devel:libSDL_1.2
devel:libSDL_image_1.2
devel:libz
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
"
BUILD()
{
make -f GNUmakefile ARCH=BeOS
}
INSTALL()
{
mkdir -p $appsDir/54321
cp -R Release/* $appsDir/54321
addAppDeskbarSymlink $appsDir/54321/bin/BeOS/54321
}