mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
51
games-board/54321/54321-1.0.2001.11.16.recipe
Normal file
51
games-board/54321/54321-1.0.2001.11.16.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user