From f93a9505415e2648d5fe67c52f71e69eb98b448f Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Mon, 12 Jan 2015 04:20:52 +0000 Subject: [PATCH 1/7] EggChess --- games-strategy/eggchess/eggchess-1.0.recipe | 52 +++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 games-strategy/eggchess/eggchess-1.0.recipe diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe new file mode 100644 index 000000000..daaf555ce --- /dev/null +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -0,0 +1,52 @@ +SUMMARY="Egg Chess" +DESCRIPTION="This game is similar to Tic-Tac-Toe. \ +However, instead of using Xs and Os, you use different egg forms. \ +What's more, YOU CAN ACTUALLY CHANGE A SQUARE WITH SOMETHING ELSE. \ +The first one to get three-in-a-row with the same egg form wins." +HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" +SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/master" +CHECKSUM_SHA256="9c0b70ebda96d3acecfdb5fdd7c9e9d411d7b954267d815bc56575577e4987bb" +SOURCE_DIR="EggChess-master" +REVISION="1" +LICENSE="GNU GPL v2" +COPYRIGHT="Anders Lindström" + +ARCHITECTURES="x86 x86_gcc2" + +PROVIDES=" + eggchess = $portVersion + app:eggchess= $portVersion + " + +REQUIRES=" + haiku + lib:libsdl + lib:libsdl_mixer + " + +BUILD_REQUIRES=" + haiku_devel + devel:libsdl + devel:libsdl_mixer + " + +BUILD_PREREQUIRES=" + cmd:make + cmd:gcc +" + +BUILD() +{ + cd src + mkdir -p objects + make $jobArgs +} + +INSTALL() +{ + mkdir -p $appsDir/EggChess + cd $sourceDir + cp eggchess.x86 $appsDir/EggChess + cp -r gfx docs $appsDir/EggChess + addAppDeskbarSymlink $appsDir/EggChess/eggchess.x86 +} From ece886890e0f942b2642863192ebc19d1d2aa4d1 Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Mon, 12 Jan 2015 04:28:59 +0000 Subject: [PATCH 2/7] ~ --- games-strategy/eggchess/eggchess-1.0.recipe | 52 --------------------- 1 file changed, 52 deletions(-) delete mode 100644 games-strategy/eggchess/eggchess-1.0.recipe diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe deleted file mode 100644 index daaf555ce..000000000 --- a/games-strategy/eggchess/eggchess-1.0.recipe +++ /dev/null @@ -1,52 +0,0 @@ -SUMMARY="Egg Chess" -DESCRIPTION="This game is similar to Tic-Tac-Toe. \ -However, instead of using Xs and Os, you use different egg forms. \ -What's more, YOU CAN ACTUALLY CHANGE A SQUARE WITH SOMETHING ELSE. \ -The first one to get three-in-a-row with the same egg form wins." -HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" -SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/master" -CHECKSUM_SHA256="9c0b70ebda96d3acecfdb5fdd7c9e9d411d7b954267d815bc56575577e4987bb" -SOURCE_DIR="EggChess-master" -REVISION="1" -LICENSE="GNU GPL v2" -COPYRIGHT="Anders Lindström" - -ARCHITECTURES="x86 x86_gcc2" - -PROVIDES=" - eggchess = $portVersion - app:eggchess= $portVersion - " - -REQUIRES=" - haiku - lib:libsdl - lib:libsdl_mixer - " - -BUILD_REQUIRES=" - haiku_devel - devel:libsdl - devel:libsdl_mixer - " - -BUILD_PREREQUIRES=" - cmd:make - cmd:gcc -" - -BUILD() -{ - cd src - mkdir -p objects - make $jobArgs -} - -INSTALL() -{ - mkdir -p $appsDir/EggChess - cd $sourceDir - cp eggchess.x86 $appsDir/EggChess - cp -r gfx docs $appsDir/EggChess - addAppDeskbarSymlink $appsDir/EggChess/eggchess.x86 -} From 69e3f8e5e8937740828765bf164d93e8d1337d23 Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Mon, 12 Jan 2015 04:30:01 +0000 Subject: [PATCH 3/7] Egg Chess --- games-strategy/eggchess/eggchess-1.0.recipe | 52 +++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 games-strategy/eggchess/eggchess-1.0.recipe diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe new file mode 100644 index 000000000..daaf555ce --- /dev/null +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -0,0 +1,52 @@ +SUMMARY="Egg Chess" +DESCRIPTION="This game is similar to Tic-Tac-Toe. \ +However, instead of using Xs and Os, you use different egg forms. \ +What's more, YOU CAN ACTUALLY CHANGE A SQUARE WITH SOMETHING ELSE. \ +The first one to get three-in-a-row with the same egg form wins." +HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" +SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/master" +CHECKSUM_SHA256="9c0b70ebda96d3acecfdb5fdd7c9e9d411d7b954267d815bc56575577e4987bb" +SOURCE_DIR="EggChess-master" +REVISION="1" +LICENSE="GNU GPL v2" +COPYRIGHT="Anders Lindström" + +ARCHITECTURES="x86 x86_gcc2" + +PROVIDES=" + eggchess = $portVersion + app:eggchess= $portVersion + " + +REQUIRES=" + haiku + lib:libsdl + lib:libsdl_mixer + " + +BUILD_REQUIRES=" + haiku_devel + devel:libsdl + devel:libsdl_mixer + " + +BUILD_PREREQUIRES=" + cmd:make + cmd:gcc +" + +BUILD() +{ + cd src + mkdir -p objects + make $jobArgs +} + +INSTALL() +{ + mkdir -p $appsDir/EggChess + cd $sourceDir + cp eggchess.x86 $appsDir/EggChess + cp -r gfx docs $appsDir/EggChess + addAppDeskbarSymlink $appsDir/EggChess/eggchess.x86 +} From 99dd10a8e83188adc302742ac8c607fbe5c32f6c Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Wed, 14 Jan 2015 06:30:01 +0000 Subject: [PATCH 4/7] Updated recipe --- games-strategy/eggchess/eggchess-1.0.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe index daaf555ce..51e4d4465 100644 --- a/games-strategy/eggchess/eggchess-1.0.recipe +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -4,9 +4,9 @@ However, instead of using Xs and Os, you use different egg forms. \ What's more, YOU CAN ACTUALLY CHANGE A SQUARE WITH SOMETHING ELSE. \ The first one to get three-in-a-row with the same egg form wins." HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" -SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/master" -CHECKSUM_SHA256="9c0b70ebda96d3acecfdb5fdd7c9e9d411d7b954267d815bc56575577e4987bb" -SOURCE_DIR="EggChess-master" +SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/feature" +CHECKSUM_SHA256="67b8a6061169031493103d0a32dbdcd3af3c69d540cf1294e249e199eb140bc0" +SOURCE_DIR="EggChess-feature" REVISION="1" LICENSE="GNU GPL v2" COPYRIGHT="Anders Lindström" @@ -34,7 +34,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:gcc " - + BUILD() { cd src From aafe9304c6c7b4f953f314185d614dbf9d84aa77 Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Wed, 14 Jan 2015 00:26:28 +0000 Subject: [PATCH 5/7] Fixed description --- games-strategy/eggchess/eggchess-1.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe index 51e4d4465..faef26803 100644 --- a/games-strategy/eggchess/eggchess-1.0.recipe +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -1,7 +1,7 @@ SUMMARY="Egg Chess" DESCRIPTION="This game is similar to Tic-Tac-Toe. \ However, instead of using Xs and Os, you use different egg forms. \ -What's more, YOU CAN ACTUALLY CHANGE A SQUARE WITH SOMETHING ELSE. \ +What's more, you can actually change a square with something else. \ The first one to get three-in-a-row with the same egg form wins." HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/feature" @@ -9,7 +9,7 @@ CHECKSUM_SHA256="67b8a6061169031493103d0a32dbdcd3af3c69d540cf1294e249e199eb140bc SOURCE_DIR="EggChess-feature" REVISION="1" LICENSE="GNU GPL v2" -COPYRIGHT="Anders Lindström" +COPYRIGHT="1999-2000 Anders Lindström" ARCHITECTURES="x86 x86_gcc2" From 9e681066ec5907bcbe9603047de4873319bdf5d0 Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Wed, 14 Jan 2015 00:27:53 +0000 Subject: [PATCH 6/7] Final update --- games-strategy/eggchess/eggchess-1.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe index faef26803..b8be889da 100644 --- a/games-strategy/eggchess/eggchess-1.0.recipe +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -48,5 +48,5 @@ INSTALL() cd $sourceDir cp eggchess.x86 $appsDir/EggChess cp -r gfx docs $appsDir/EggChess - addAppDeskbarSymlink $appsDir/EggChess/eggchess.x86 + addAppDeskbarSymlink $appsDir/EggChess/eggchess.x86 EggChess } From 5e595387686421bab7ecd8ab08620c2f5cbb4096 Mon Sep 17 00:00:00 2001 From: Derek Tse Date: Thu, 15 Jan 2015 01:55:45 +0000 Subject: [PATCH 7/7] Real final update. --- games-strategy/eggchess/eggchess-1.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe index b8be889da..1022c86d2 100644 --- a/games-strategy/eggchess/eggchess-1.0.recipe +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -4,7 +4,7 @@ However, instead of using Xs and Os, you use different egg forms. \ What's more, you can actually change a square with something else. \ The first one to get three-in-a-row with the same egg form wins." HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc" -SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/feature" +SRC_URI="https://codeload.github.com/HaikuArchives/EggChess/zip/feature" CHECKSUM_SHA256="67b8a6061169031493103d0a32dbdcd3af3c69d540cf1294e249e199eb140bc0" SOURCE_DIR="EggChess-feature" REVISION="1"