aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnuchess
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-28 23:29:42 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-28 23:29:42 +0000
commit0cbfc641fae9473f7dcc4a92d7ab398b2f01ffea (patch)
tree147490fa8fc10b788433d2466bb0a2757f090330 /packages/gnuchess
parent607585307faff650f3cbcc2d9cc3d9930e6562f0 (diff)
downloadopenembedded-0cbfc641fae9473f7dcc4a92d7ab398b2f01ffea.tar.gz
gnuchess: initial commit of the gnuchess engine. Partly fixes 429.
Diffstat (limited to 'packages/gnuchess')
-rw-r--r--packages/gnuchess/.mtn2git_empty0
-rw-r--r--packages/gnuchess/gnuchess_5.05.bb10
2 files changed, 10 insertions, 0 deletions
diff --git a/packages/gnuchess/.mtn2git_empty b/packages/gnuchess/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gnuchess/.mtn2git_empty
diff --git a/packages/gnuchess/gnuchess_5.05.bb b/packages/gnuchess/gnuchess_5.05.bb
new file mode 100644
index 0000000000..d0536c3f84
--- /dev/null
+++ b/packages/gnuchess/gnuchess_5.05.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Gnuchess is a chess playing engine."
+HOMEPAGE = "http://www.gnu.org/software/chess/"
+SECTION = "console"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "${GNU_MIRROR}/chess/${PN}-${PV}.tar.gz"
+S = "${WORKDIR}/chess"
+
+inherit autotools