aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuchess/gnuchess_5.05.bb
blob: d8863dfe7bd0453d796936619e110a8601876803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

SRC_URI[md5sum] = "008820142c414517512ab0ad3e036c8b"
SRC_URI[sha256sum] = "d97ee0f1c45e1bfa880305a33e7e0ef695927094adce100cc76a76a0f57ef789"