From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/phalanx/phalanx/capabilities | 18 --------- packages/phalanx/phalanx/description | 10 ----- packages/phalanx/phalanx/gcc3.patch | 73 ----------------------------------- packages/phalanx/phalanx_22.bb | 27 ------------- 4 files changed, 128 deletions(-) delete mode 100644 packages/phalanx/phalanx/capabilities delete mode 100644 packages/phalanx/phalanx/description delete mode 100644 packages/phalanx/phalanx/gcc3.patch delete mode 100644 packages/phalanx/phalanx_22.bb (limited to 'packages/phalanx') diff --git a/packages/phalanx/phalanx/capabilities b/packages/phalanx/phalanx/capabilities deleted file mode 100644 index 703cf84f3c..0000000000 --- a/packages/phalanx/phalanx/capabilities +++ /dev/null @@ -1,18 +0,0 @@ -[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/packages/phalanx/phalanx/description b/packages/phalanx/phalanx/description deleted file mode 100644 index 945d103565..0000000000 --- a/packages/phalanx/phalanx/description +++ /dev/null @@ -1,10 +0,0 @@ - -Phalanx -
-Phalanx chess engine was written by Dusan Dobes and it is one of the youngest of the -free chess programs. -Despite this fact it has managed to become quite strong approaching the level of some -modern commercial chess software. -
-This engine supports differing difficulty levels -
diff --git a/packages/phalanx/phalanx/gcc3.patch b/packages/phalanx/phalanx/gcc3.patch deleted file mode 100644 index 3502a691d0..0000000000 --- a/packages/phalanx/phalanx/gcc3.patch +++ /dev/null @@ -1,73 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- Phalanx-XXII/phalanx.c~gcc3.patch -+++ Phalanx-XXII/phalanx.c -@@ -11,30 +11,30 @@ - - void badoptions(void) - { --printf("\ --Usage: phalanx [options] [ []] -- phalanx [options] [] -- phalanx bench -- phalanx bcreate [options] --Options: -t -- -f -- -x <+/-> xboard mode on/off default: on -- -p <+/-> permanent brain on/off default: off -- -s <+/-> show thinking on/off default: off -- -c <+/-> cpu time default: off -- -o <+/-> polling input default: on -- -b <+/-> opening book default: on -- -r default: 0 (no resigning) -- -e default: 0 (best play) -- -l <+/-> learning on/off default: on -- -v print version and exit -- -P -- -S -- -L -- -g --Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000 -- xboard -fcp \"phalanx -l+ -r800\" --"); -+printf("\n" -+"Usage: phalanx [options] [ []]\n" -+" phalanx [options] []\n" -+" phalanx bench\n" -+" phalanx bcreate [options]\n" -+"Options: -t \n" -+" -f \n" -+" -x <+/-> xboard mode on/off default: on\n" -+" -p <+/-> permanent brain on/off default: off\n" -+" -s <+/-> show thinking on/off default: off\n" -+" -c <+/-> cpu time default: off\n" -+" -o <+/-> polling input default: on\n" -+" -b <+/-> opening book default: on\n" -+" -r default: 0 (no resigning)\n" -+" -e default: 0 (best play)\n" -+" -l <+/-> learning on/off default: on\n" -+" -v print version and exit\n" -+" -P \n" -+" -S \n" -+" -L \n" -+" -g \n" -+"Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000\n" -+" xboard -fcp \"phalanx -l+ -r800\n" -+""); - exit(0); - } - ---- Phalanx-XXII/io.c~gcc3.patch -+++ Phalanx-XXII/io.c -@@ -894,7 +894,7 @@ - { case 0: puts("off"); break; - case 1: puts("on"); break; - case 2: puts("on (pondering)"); break; -- default: -+ default:; - } - - printf(" Transposition table ... "); diff --git a/packages/phalanx/phalanx_22.bb b/packages/phalanx/phalanx_22.bb deleted file mode 100644 index a59a696809..0000000000 --- a/packages/phalanx/phalanx_22.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Phalanx is a chess playing engine." -SECTION = "opie/libs" -PRIORITY = "optional" -PR = "r4" -LICENSE = "GPL" -SRC_URI = "http://ftp.debian.org/debian/pool/main/p/phalanx/phalanx_22.orig.tar.gz \ - file://gcc3.patch;patch=1 \ - file://capabilities \ - file://description" -S = "${WORKDIR}/phalanx-22.orig" - -do_compile() { - oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" STRIP=echo LD="${CC}" -} - -do_install() { - install -d ${D}${palmtopdir}/chess/engines/Phalanx - install -D -m 755 phalanx ${D}${palmtopdir}/chess/engines/Phalanx/phalanx - install -D -m 755 pbook.phalanx ${D}${palmtopdir}/chess/engines/Phalanx/pbook.phalanx - >${D}${palmtopdir}/chess/engines/Phalanx/sbook.phalanx - >${D}${palmtopdir}/chess/engines/Phalanx/learn.phalanx - install -D -m 755 ${WORKDIR}/capabilities ${D}${palmtopdir}/chess/engines/Phalanx/capabilities - install -D -m 755 ${WORKDIR}/description ${D}${palmtopdir}/chess/engines/Phalanx/description -} - -FILES_${PN} = "${palmtopdir}/chess" -FILES_${PN}-dbg += "${palmtopdir}/chess/engines/Phalanx/.debug" -- cgit v1.2.3