From ba5e3f04597df2f7e35a8139992bf96aa549c136 Mon Sep 17 00:00:00 2001 From: Vrondir Date: Tue, 24 Dec 2019 16:01:05 +0200 Subject: [PATCH] recipe for pathological (#4419) --- .../pathological/pathological-1.1.3.recipe | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 games-puzzle/pathological/pathological-1.1.3.recipe diff --git a/games-puzzle/pathological/pathological-1.1.3.recipe b/games-puzzle/pathological/pathological-1.1.3.recipe new file mode 100644 index 000000000..f902026da --- /dev/null +++ b/games-puzzle/pathological/pathological-1.1.3.recipe @@ -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 +}