diff options
-rw-r--r-- | phalanx/phalanx/capabilities (renamed from phalanx/phalanx-22-r0/capabilities) | 0 | ||||
-rw-r--r-- | phalanx/phalanx/description (renamed from phalanx/phalanx-22-r0/description) | 0 | ||||
-rw-r--r-- | phalanx/phalanx/gcc3.patch (renamed from phalanx/phalanx-22-r0/gcc3.patch) | 0 | ||||
-rw-r--r-- | phalanx/phalanx_22.oe | 10 |
4 files changed, 7 insertions, 3 deletions
diff --git a/phalanx/phalanx-22-r0/capabilities b/phalanx/phalanx/capabilities index e69de29bb2..e69de29bb2 100644 --- a/phalanx/phalanx-22-r0/capabilities +++ b/phalanx/phalanx/capabilities diff --git a/phalanx/phalanx-22-r0/description b/phalanx/phalanx/description index e69de29bb2..e69de29bb2 100644 --- a/phalanx/phalanx-22-r0/description +++ b/phalanx/phalanx/description diff --git a/phalanx/phalanx-22-r0/gcc3.patch b/phalanx/phalanx/gcc3.patch index e69de29bb2..e69de29bb2 100644 --- a/phalanx/phalanx-22-r0/gcc3.patch +++ b/phalanx/phalanx/gcc3.patch 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" |