sg3-utils: add newer buildable version
[openembedded.git] / recipes / xboard / xboard_4.4.1.bb
1 DESCRIPTION = "A GUI frontend for playing various chess engines and from the internet"
2 HOMEPAGE = "http://www.tim-mann.org/xboard.html"
3 SECTION = "games"
4 LICENSE = "GPL"
5 DEPENDS = "libxaw libsm libx11 libxt libxmu libxext libice"
6 SRC_URI = "http://ftp.gnu.org/gnu/xboard/xboard-${PV}.tar.gz;name=archive \
7            file://no-strip.patch;patch=1;pnum=2"
8
9 SRC_URI[archive.md5sum] = "4623a83fdd43f410bfcc8a20e2eb1474"
10 SRC_URI[archive.sha256sum] = "74184fa7d5ea4ce963f7108e01256e6eb7bb2269ff6f780599fdaaf2d913950e"
11
12 inherit autotools
13
14 do_configure() {
15   oe_runconf --exec-prefix=${prefix} --prefix=${D}/${prefix} --bindir=${bindir} --mandir=${D}/${mandir}
16 }