gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3456: GNUstep Ladder, Go board program


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3456: GNUstep Ladder, Go board program
Date: Fri, 16 Oct 2015 00:41:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3456
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2015-10-15 17:41:10 -0700
message:
  GNUstep Ladder, Go board program
added:
  gnustep/Ladder/                ladder-20151016004035-nl24tbsxrxl4mjvq-1
  gnustep/Ladder/Makefile        makefile-20151016004035-nl24tbsxrxl4mjvq-2
  gnustep/Ladder/config.mk       config.mk-20151016004035-nl24tbsxrxl4mjvq-3
  gnustep/Ladder/sha256sums      sha256sums-20151016004035-nl24tbsxrxl4mjvq-4
=== added directory 'gnustep/Ladder'
=== added file 'gnustep/Ladder/Makefile'
--- a/gnustep/Ladder/Makefile   1970-01-01 00:00:00 +0000
+++ b/gnustep/Ladder/Makefile   2015-10-16 00:41:10 +0000
@@ -0,0 +1,46 @@
+# Copyright © 2015 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = Ladder
+GARNAME = Ladder
+GARVERSION = 1.0
+HOME_URL = http://www.non-gnu.org/gap/ladder/
+DESCRIPTION = A GNUstep Go board, for use with gnugo.  
+define BLURB
+A GNUstep Go board, for use with gnugo.  Includes game clock.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH)
+MASTER_SUBDIR = gap/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+define BLURB
+Ladder is a graphically pleasing implementation of Go. It uses gnugo
+as it s engine and you must have a recent version of gnugo installed in
+order to run it.
+endef
+
+BUILDDEPS =
+LIBDEPS =
+CONFIGURE_SCRIPTS =
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk

=== added file 'gnustep/Ladder/config.mk'
--- a/gnustep/Ladder/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnustep/Ladder/config.mk  2015-10-16 00:41:10 +0000
@@ -0,0 +1,4 @@
+## Configuration options for Ladder ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnustep/Ladder/sha256sums'
--- a/gnustep/Ladder/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnustep/Ladder/sha256sums 2015-10-16 00:41:10 +0000
@@ -0,0 +1,1 @@
+9e623c8845f5bb004fc483ffb5fe6c0bd6ab93c912f9d632d95ca3b56b88416a  
download/Ladder-1.0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]