[oe-commits] Khem Raj : gnuchess_5.021: New recipe

GIT User account git at amethyst.openembedded.net
Mon Feb 16 23:45:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 60719a8b47fb1de80be3e666d07157133286a7f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=60719a8b47fb1de80be3e666d07157133286a7f2

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Feb 16 15:43:59 2009 -0800

gnuchess_5.021: New recipe
fltk-chess_0.51.bb: New recipe

---

 conf/checksums.ini                   |    8 ++++++++
 packages/gnuchess/fltk-chess_0.51.bb |   29 +++++++++++++++++++++++++++++
 packages/gnuchess/gnuchess_5.021.bb  |   13 +++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 9abd9d9..ebd6a6e 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -5582,6 +5582,10 @@ sha256=facba5a97a20ca92b32504174474775c6b12fb67a6f646fa0de18db709c3edde
 md5=ee34788a2dc9fdc088a6dc66c31eba34
 sha256=c789b355d0ba03b018513c3904bba6d6fab01b3a83a460fbe1b20a79052f46a4
 
+[http://members.cheese.at/woody/zaurus/src/fltk-chess-0.51.tgz]
+md5=df1f73bdf32f30923d9a2a5717a70913
+sha256=3fffcaf0653c13b249931f76b12119dce8a5b01df056e4b5444f150fec1d5311
+
 [http://savannah.nongnu.org/download/fluid/fluidsynth-1.0.8.tar.gz]
 md5=e2abfd2e69fd8b28d965df968d7d44ee
 sha256=45e7c9967d0fb0344f4da539ab343fb979384b36a429a8594c94cf466dff4320
@@ -7570,6 +7574,10 @@ sha256=417922d35e66ee90cf93cf3e93fdf281ec6b92de4f7436c9c1a97c0cc35b94a8
 md5=008820142c414517512ab0ad3e036c8b
 sha256=d97ee0f1c45e1bfa880305a33e7e0ef695927094adce100cc76a76a0f57ef789
 
+[http://members.cheese.at/woody/fltk-chess/gnuchess_5.02.tar.gz]
+md5=01a9e1dc12613543f10ca3bc09acc0af
+sha256=64483bf3e98124e3490509a6054da0ff70b69ca0baa04f53444d7cf054deee06
+
 [http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-1.6.3.tar.bz2]
 md5=78ffd75ae6abc3bb20dd04407a082a26
 sha256=badaa6899f71ef112515ce81aee02e559e18b5fa87c7f2262390764aaf9b1dc0
diff --git a/packages/gnuchess/fltk-chess_0.51.bb b/packages/gnuchess/fltk-chess_0.51.bb
new file mode 100644
index 0000000..512e260
--- /dev/null
+++ b/packages/gnuchess/fltk-chess_0.51.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "fltk-chess is a frontend for the Gnuchess chess playing engine."
+AUTHOR = "Andreas Holzer <a.holzer at cheese.at>"
+SECTION = "x11/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "fltk"
+RDEPENDS = "gnuchess"
+
+
+SRC_URI = "http://members.cheese.at/woody/zaurus/src/fltk-chess-${PV}.tgz"
+S = "${WORKDIR}/fltk-chess/"
+
+
+do_compile() {
+        `fltk-config --cxx --cxxflags --ldflags --use-images` -o fltk-chess \
+         fltk-chess.cxx
+}
+
+do_install() {
+        install -d ${D}${bindir}
+        install -d ${D}${datadir}/pixmaps/fltk-chess/
+        install -d ${D}${datadir}/applications/
+        install -m 0755 ${S}/fltk-chess ${D}${bindir}
+        install -m 0644 ${S}/bitmaps/*.pnx ${D}${datadir}/pixmaps/fltk-chess/
+        install -m 0644 ${S}/bitmaps/{user,computer}.png \
+                ${D}${datadir}/pixmaps/fltk-chess/
+        install -m 0644 ${S}/bitmaps/fltk-chess.png  ${D}${datadir}/pixmaps/
+        install -m 0644 ${S}/fltk-chess.desktop  ${D}${datadir}/applications/
+}
diff --git a/packages/gnuchess/gnuchess_5.021.bb b/packages/gnuchess/gnuchess_5.021.bb
new file mode 100644
index 0000000..18c94bd
--- /dev/null
+++ b/packages/gnuchess/gnuchess_5.021.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Gnuchess is a chess playing engine."
+SECTION = "console"
+PRIORITY = "optional"
+MAINTAINER = "Andreas Holzer <a.holzer at cheese.at>"
+LICENSE = "GPL"
+SRC_URI = "http://members.cheese.at/woody/fltk-chess/gnuchess_5.02.tar.gz" 
+S = "${WORKDIR}/chess-5.02/src"
+
+inherit autotools
+
+do_install() {
+        install -D ${S}/gnuchess ${D}${bindir}/gnuchess
+}





More information about the Openembedded-commits mailing list