diff options
-rw-r--r-- | phalanx/phalanx/capabilities | 18 | ||||
-rw-r--r-- | phalanx/phalanx_22.oe | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/phalanx/phalanx/capabilities b/phalanx/phalanx/capabilities index e69de29bb2..703cf84f3c 100644 --- a/phalanx/phalanx/capabilities +++ b/phalanx/phalanx/capabilities @@ -0,0 +1,18 @@ +[GENERAL] +NAME=Phalanx +VERSION=0.1.2 +exec=phalanx +cmd=-l- -P /opt/QtPalmtop/chess/engines/Phalanx -S /opt/QtPalmtop/chess/engines/Phalanx + +[CAPABILITIES] +UNDO=1 +EDIT=1 +BOOK=1 + +[DIFFICULTY] +level_very_easy_cmd=-e 100 +level_easy_cmd=-e 75 +level_moderate_cmd=-e 42 +level_hard_cmd=-e 15 +level_very_hard_cmd=-e 0 + diff --git a/phalanx/phalanx_22.oe b/phalanx/phalanx_22.oe index 43b1ed16c4..f2bca5acaf 100644 --- a/phalanx/phalanx_22.oe +++ b/phalanx/phalanx_22.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Phalanx is a chess playing engine." SECTION = "games/libs" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer" -PR = "r2" +PR = "r3" SRC_URI = "http://dusan.freeshell.org/phalanx/phalanx-${PV}.tar.gz \ file://gcc3.patch;patch=1 \ |