diff options
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 |