[Lunar-commits] <moonbase-other> xboard: resurrected and cleaned
v4hn
me at v4hn.de
Thu Jul 12 15:01:18 CEST 2012
commit 63715f6b5ebcd2d9f37ebd2104e3d562ed2f9bc0
Author: v4hn <me at v4hn.de>
Date: Thu, 12 Jul 2012 06:01:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/63715f6b5ebcd2d9f37ebd2104e3d562ed2f9bc0
xboard: resurrected and cleaned
---
games/xboard/BUILD +5/-0
games/xboard/DEPENDS +1/-0
games/xboard/DETAILS +25/-0
3 files changed, 31 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/xboard/BUILD
@@ -0,0 +1,5 @@
+(
+
+ default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/xboard/DEPENDS
@@ -0,0 +1 @@
+depends libX11
--- /dev/null
+++ b/games/xboard/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=xboard
+ VERSION=4.6.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$GNU_URL/$MODULE
+ SOURCE_VFY=sha1:fdda353252495978be22d3e79f8487142f87ea77
+ WEB_SITE=http://www.tim-mann.org/xboard.html
+ ENTERED=20020428
+ UPDATED=20120429
+ SHORT="A graphical user interface for chess"
+
+cat << EOF
+XBoard is a graphical user interfaces for chess. They display a
+chessboard on the screen, accept moves made with the mouse, and loads
+and saves games in Portable Game Notation (PGN). It serves as a
+front-end for many different chess services, including:
+ * Chess engines that will run on your machine and play a game against
+ you or help you analyze, such as GNU Chess and Crafty.
+ * Chess servers on the Internet, where you can connect to play chess
+ with people from all over the world, watch other users play, or
+ just hang out and chat.
+ * Correspondence chess played by electronic mail. The CMail program
+ automates the tasks of parsing email from your opponent, playing
+ his moves out on your board, and mailing your reply move after
+ you've chosen it.
+EOF
More information about the Lunar-commits
mailing list