diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-29 11:05:35 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-29 11:05:35 +0000 |
commit | 212faea582979db2195c01ce884fe992a9478e58 (patch) | |
tree | 6fb3fab4d6a1499934746a420e8ca19ab981ad53 /packages/gnuchess | |
parent | b8c68ffd294ba82ae973a0af5e9166b846601b6c (diff) | |
parent | f82e817a6c920a9b9b1ee6308b64022915eb4947 (diff) |
merge of '7a8b58eb1559ce42d012bca6d3e376d7039ca042'
and '9cf7a02e468c0f4c9f50d118cdeb06565eeac2ea'
Diffstat (limited to 'packages/gnuchess')
-rw-r--r-- | packages/gnuchess/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gnuchess/gnuchess_5.05.bb | 10 |
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 |