Updated recipe

This commit is contained in:
Derek Tse
2015-01-14 06:30:01 +00:00
parent 69e3f8e5e8
commit 99dd10a8e8

View File

@@ -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. \ 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." 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" HOMEPAGE="http://www.haikuware.com/directory/view-details/development/games/egg-chess-ppc"
SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/master" SRC_URI="https://codeload.github.com/psirockin/EggChess/zip/feature"
CHECKSUM_SHA256="9c0b70ebda96d3acecfdb5fdd7c9e9d411d7b954267d815bc56575577e4987bb" CHECKSUM_SHA256="67b8a6061169031493103d0a32dbdcd3af3c69d540cf1294e249e199eb140bc0"
SOURCE_DIR="EggChess-master" SOURCE_DIR="EggChess-feature"
REVISION="1" REVISION="1"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="Anders Lindström" COPYRIGHT="Anders Lindström"
@@ -34,7 +34,7 @@ BUILD_PREREQUIRES="
cmd:make cmd:make
cmd:gcc cmd:gcc
" "
BUILD() BUILD()
{ {
cd src cd src