Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 14:00:48 +0000 (14:00 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 14:00:48 +0000 (14:00 +0000)
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/capabilities [moved from phalanx/phalanx-22-r0/capabilities with 100% similarity]
phalanx/phalanx/description [moved from phalanx/phalanx-22-r0/description with 100% similarity]
phalanx/phalanx/gcc3.patch [moved from phalanx/phalanx-22-r0/gcc3.patch with 100% similarity]
phalanx/phalanx_22.oe

index a4dc281..e1ea1d3 100644 (file)
@@ -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"