blob: 18c94bdab0d68dea6bef61a1e32e187568b05111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Gnuchess is a chess playing engine."
SECTION = "console"
PRIORITY = "optional"
MAINTAINER = "Andreas Holzer <a.holzer@cheese.at>"
LICENSE = "GPL"
SRC_URI = "http://members.cheese.at/woody/fltk-chess/gnuchess_5.02.tar.gz"
S = "${WORKDIR}/chess-5.02/src"
inherit autotools
do_install() {
install -D ${S}/gnuchess ${D}${bindir}/gnuchess
}
|