[Lunar-commits] <moonbase-other> gnugo: resurrected and version bumped
v4hn
me at v4hn.de
Thu Jul 12 15:01:18 CEST 2012
commit cdc5289713d6a52a4c80f0272cf6e162738eab72
Author: v4hn <me at v4hn.de>
Date: Thu, 12 Jul 2012 06:01:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cdc5289713d6a52a4c80f0272cf6e162738eab72
gnugo: resurrected and version bumped
---
games/gnugo/BUILD +9/-0
games/gnugo/DEPENDS +1/-0
games/gnugo/DETAILS +16/-0
3 files changed, 26 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/gnugo/BUILD
@@ -0,0 +1,9 @@
+(
+
+ OPTS+=" --enable-color --enable-cache-size=32 --with-curses" &&
+
+ default_game_build &&
+
+ gather_docs THANKS TODO
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/gnugo/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
--- /dev/null
+++ b/games/gnugo/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=gnugo
+ VERSION=3.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnu.org/gnu/$MODULE/
+ SOURCE_VFY=sha1:a8ce3c7512634f789bc0c964fe23a5a6209f25db
+ WEB_SITE=http://www.gnu.org/software/gnugo/gnugo.html
+ ENTERED=20020201
+ UPDATED=20120712
+ SHORT="A program that plays the game of go"
+
+cat << EOF
+This software is a free program that plays the game of Go.
+GNU Go has played thousands of games on the NNGS Go server.
+GNU Go is now also playing regularly on the Legend Go Server
+in Taiwan and the WING server in Japan.
+EOF
More information about the Lunar-commits
mailing list