[oe-commits] Martin Jansa : xboard: add version 4.4.4

git version control git at git.openembedded.org
Sun Oct 31 18:53:49 UTC 2010


Module: openembedded.git
Branch: master
Commit: 54d1ab587326543390e8ae55e9f7945a3a4ebdd1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=54d1ab587326543390e8ae55e9f7945a3a4ebdd1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct 31 18:23:40 2010 +0100

xboard: add version 4.4.4

* move files to PN-PV for faster lookup

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xboard/{files => xboard-4.4.1}/no-strip.patch  |    0
 recipes/xboard/xboard_4.4.4.bb                     |   13 +++++++++++++
 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
similarity index 100%
rename from recipes/xboard/files/no-strip.patch
rename to 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 0000000..a91521b
--- /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"





More information about the Openembedded-commits mailing list