Fix wrong path pointing to /opt/Qtopia in capabilities
authorMatthias Hentges <oe@hentges.net>
Fri, 1 Oct 2004 04:08:52 +0000 (04:08 +0000)
committerMatthias Hentges <oe@hentges.net>
Fri, 1 Oct 2004 04:08:52 +0000 (04:08 +0000)
BKrev: 415cd854zAR_jf3X8ag4L_cB4vq8Ug

phalanx/phalanx/capabilities
phalanx/phalanx_22.oe

index e69de29..703cf84 100644 (file)
@@ -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
+
index 43b1ed1..f2bca5a 100644 (file)
@@ -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 \