blob: d0536c3f84f9cdea08de728ba7731a8a10df1761 (
plain)
1
2
3
4
5
6
7
8
9
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
|