diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-28 23:29:42 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-28 23:29:42 +0000 |
commit | 0cbfc641fae9473f7dcc4a92d7ab398b2f01ffea (patch) | |
tree | 147490fa8fc10b788433d2466bb0a2757f090330 /packages/gnuchess/gnuchess_5.05.bb | |
parent | 607585307faff650f3cbcc2d9cc3d9930e6562f0 (diff) |
gnuchess: initial commit of the gnuchess engine. Partly fixes 429.
Diffstat (limited to 'packages/gnuchess/gnuchess_5.05.bb')
-rw-r--r-- | packages/gnuchess/gnuchess_5.05.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 |