From: Matthias Hentges Date: Fri, 1 Oct 2004 04:08:52 +0000 (+0000) Subject: Fix wrong path pointing to /opt/Qtopia in capabilities X-Git-Tag: Release-2010-05/1~16796 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c40059939365b8790359c5b9c643244d734eedf;p=openembedded.git Fix wrong path pointing to /opt/Qtopia in capabilities BKrev: 415cd854zAR_jf3X8ag4L_cB4vq8Ug --- 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 \