[Lunar-commits] <moonbase> ccgo: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Thu Oct 14 15:51:33 CEST 2010
commit 2ac5e0c89b62b194b8a91ff45b066d487f78f2ff
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Sun Oct 10 00:30:50 2010 +0200
ccgo: introduction to moonbase
---
games/ccgo/BUILD | 3 +++
games/ccgo/DEPENDS | 2 ++
games/ccgo/DETAILS | 17 +++++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/games/ccgo/BUILD b/games/ccgo/BUILD
new file mode 100644
index 0000000..c56f903
--- /dev/null
+++ b/games/ccgo/BUILD
@@ -0,0 +1,3 @@
+(
+ default_game_build
+) > $C_FIFO 2>&1
diff --git a/games/ccgo/DEPENDS b/games/ccgo/DEPENDS
new file mode 100644
index 0000000..52c5ed4
--- /dev/null
+++ b/games/ccgo/DEPENDS
@@ -0,0 +1,2 @@
+depends gtkmm
+depends gconfmm
diff --git a/games/ccgo/DETAILS b/games/ccgo/DETAILS
new file mode 100644
index 0000000..038437b
--- /dev/null
+++ b/games/ccgo/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=ccgo
+ VERSION=0.3.6.4
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://ccdw.org/~cjj/prog/ccgo/src/
+ #SOURCE_VFY=sha1:
+ WEB_SITE=http://ccdw.org/~cjj/prog/ccgo/
+ ENTERED=20101009
+ UPDATED=20101009
+ SHORT="Go game client"
+
+cat << EOF
+ccGo is an IGS Go client and SGF editor.
+
+Go is an ancient boardgame, very common
+in Japan, China and Korea.
+
+EOF
More information about the Lunar-commits
mailing list