[oe-commits] org.oe.dev gnuchess: initial commit of the gnuchess engine. Partly fixes 429.

Laibsch commit openembedded-commits at lists.openembedded.org
Tue May 29 01:10:58 UTC 2007


gnuchess: initial commit of the gnuchess engine.  Partly fixes 429.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 4373d2d8d48bd6bc78a3aefbe9919302fc6bf5cc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4373d2d8d48bd6bc78a3aefbe9919302fc6bf5cc
Files:
1
packages/gnuchess
packages/gnuchess/gnuchess_5.05.bb
Diffs:

#
# mt diff -re35c79c0e44e6a58add42e2dc50ecfaad4e02c0e -r4373d2d8d48bd6bc78a3aefbe9919302fc6bf5cc
#
# 
# 
# add_dir "packages/gnuchess"
# 
# add_file "packages/gnuchess/gnuchess_5.05.bb"
#  content [b601f54a8cf0bec1b3ab760783036d08fcd6a62e]
# 
============================================================
--- packages/gnuchess/gnuchess_5.05.bb	b601f54a8cf0bec1b3ab760783036d08fcd6a62e
+++ packages/gnuchess/gnuchess_5.05.bb	b601f54a8cf0bec1b3ab760783036d08fcd6a62e
@@ -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






More information about the Openembedded-commits mailing list