xboard: add version 4.4.4
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Oct 2010 17:23:40 +0000 (18:23 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Oct 2010 18:47:28 +0000 (19:47 +0100)
* move files to PN-PV for faster lookup

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xboard/xboard-4.4.1/no-strip.patch [moved from recipes/xboard/files/no-strip.patch with 100% similarity]
recipes/xboard/xboard_4.4.4.bb [new file with mode: 0644]

diff --git a/recipes/xboard/xboard_4.4.4.bb b/recipes/xboard/xboard_4.4.4.bb
new file mode 100644 (file)
index 0000000..a91521b
--- /dev/null
@@ -0,0 +1,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/${PN}/${P}.tar.gz"
+
+SRC_URI[md5sum] = "06a2d921650718ea272e7c0ec957dccc"
+SRC_URI[sha256sum] = "33297c170fca99d10b53ba8f6bebdfa65ac69c918358299e96156456f2b4d5a9"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/icons"