From 2e0ef965d1031c00acd91c3699d070a90ea6d345 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 27 Sep 2004 14:00:48 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/09/26 02:26:01+02:00 uni-frankfurt.de!mickeyl fix phalanx packaging BKrev: 41581d10wTqexRzOsKOIWB-ggK5jiQ --- phalanx/phalanx-22-r0/capabilities | 0 phalanx/phalanx-22-r0/description | 0 phalanx/phalanx-22-r0/gcc3.patch | 0 phalanx/phalanx/capabilities | 0 phalanx/phalanx/description | 0 phalanx/phalanx/gcc3.patch | 0 phalanx/phalanx_22.oe | 10 +++++++--- 7 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 phalanx/phalanx-22-r0/capabilities delete mode 100644 phalanx/phalanx-22-r0/description delete mode 100644 phalanx/phalanx-22-r0/gcc3.patch create mode 100644 phalanx/phalanx/capabilities create mode 100644 phalanx/phalanx/description create mode 100644 phalanx/phalanx/gcc3.patch diff --git a/phalanx/phalanx-22-r0/capabilities b/phalanx/phalanx-22-r0/capabilities deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/phalanx/phalanx-22-r0/description b/phalanx/phalanx-22-r0/description deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/phalanx/phalanx-22-r0/gcc3.patch b/phalanx/phalanx-22-r0/gcc3.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/phalanx/phalanx/capabilities b/phalanx/phalanx/capabilities new file mode 100644 index 0000000000..e69de29bb2 diff --git a/phalanx/phalanx/description b/phalanx/phalanx/description new file mode 100644 index 0000000000..e69de29bb2 diff --git a/phalanx/phalanx/gcc3.patch b/phalanx/phalanx/gcc3.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/phalanx/phalanx_22.oe b/phalanx/phalanx_22.oe index a4dc281bb2..e1ea1d37dd 100644 --- a/phalanx/phalanx_22.oe +++ b/phalanx/phalanx_22.oe @@ -1,6 +1,8 @@ -SECTION = "Games" -PRIORITY = "optional" DESCRIPTION = "Phalanx is a chess playing engine." +SECTION = "games/libs" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer" +PR = "r1" SRC_URI = "http://dusan.freeshell.org/phalanx/phalanx-${PV}.tar.gz \ file://gcc3.patch;patch=1 \ @@ -10,7 +12,7 @@ S = "${WORKDIR}/Phalanx-XXII" inherit autotools -FILES_phalanx = "${palmtopdir}/chess/engines/Phalanx" +palmtopdir = "/opt/QtPalmtop" do_install() { install -d ${D}${palmtopdir}/chess/engines/Phalanx @@ -21,3 +23,5 @@ do_install() { 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" -- cgit v1.2.3