mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
recipe for pathological (#4419)
This commit is contained in:
43
games-puzzle/pathological/pathological-1.1.3.recipe
Normal file
43
games-puzzle/pathological/pathological-1.1.3.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="A puzzle game consisting of marbles that roll along paths"
|
||||
DESCRIPTION="Pathological is an enriched clone of the game Logical by Rainbow \
|
||||
Arts.
|
||||
To solve a level, fill each wheel with four marbles of matching color.
|
||||
Various board elements such as teleporters, switches, filters, etc., make the \
|
||||
game interesting and challenging.
|
||||
New levels can be created using your favorite text editor."
|
||||
HOMEPAGE="http://pathological.sourceforge.net/"
|
||||
COPYRIGHT="2003 John-Paul Gignac"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/pathological/files/pathological/$portVersion/pathological-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="813ef0812ba6b3218b35c2ddea423c9c6ee912925824497f52d5310bc76f85de"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
pathological = $portVersion
|
||||
app:pathological = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
#paths are hardcoded in the makefile,
|
||||
#they should point to the correct installation paths
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install DESTDIR=$appsDir/Pathological
|
||||
}
|
||||
Reference in New Issue
Block a user