aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xboard/xboard_4.2.7.bb
blob: 1b5a4129a27479a2963bbc22683ecd9d8744ad60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A GUI frontend for playing various chess engines and from the internet"
HOMEPAGE = "http://www.tim-mann.org/xboard.html"
SECTION = "games"
LICENSE = "GPL"
DEPENDS = "libxaw libsm libx11 libxt libxmu libxext libice"
SRC_URI = "http://ftp.gnu.org/gnu/xboard/xboard-4.2.7.tar.gz \
           file://no-strip.patch;patch=1;pnum=2"

inherit autotools

do_configure() {
  oe_runconf --exec-prefix=${D}/${prefix} --prefix=${D}/${prefix} --bindir=${D}/${bindir} --mandir=${D}/${mandir}
}