diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-01 04:08:52 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-01 04:08:52 +0000 |
commit | 6c40059939365b8790359c5b9c643244d734eedf (patch) | |
tree | cf67b3f27a8c3e53cb7e32f2790699ac135a43b5 /phalanx | |
parent | dbd602fb73d0e4087d70d1b557425dd6bef18aec (diff) |
Fix wrong path pointing to /opt/Qtopia in capabilities
BKrev: 415cd854zAR_jf3X8ag4L_cB4vq8Ug
Diffstat (limited to 'phalanx')
-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 \ |