aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/xboard/xboard-4.4.1/no-strip.patch (renamed from recipes/xboard/files/no-strip.patch)0
-rw-r--r--recipes/xboard/xboard_4.4.4.bb13
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xboard/files/no-strip.patch b/recipes/xboard/xboard-4.4.1/no-strip.patch
index 7fb8cd5dc5..7fb8cd5dc5 100644
--- a/recipes/xboard/files/no-strip.patch
+++ b/recipes/xboard/xboard-4.4.1/no-strip.patch
diff --git a/recipes/xboard/xboard_4.4.4.bb b/recipes/xboard/xboard_4.4.4.bb
new file mode 100644
index 0000000000..a91521b0a9
--- /dev/null
+++ b/recipes/xboard/xboard_4.4.4.bb
@@ -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"