gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3473: GNUstep sudoku


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3473: GNUstep sudoku
Date: Sun, 18 Oct 2015 06:37:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3473
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2015-10-17 23:37:13 -0700
message:
  GNUstep sudoku
added:
  gnustep/Sudoku/                sudoku-20151018063635-r0sx2yzejmjg8tc9-1
  gnustep/Sudoku/Makefile        makefile-20151018063635-r0sx2yzejmjg8tc9-3
  gnustep/Sudoku/config.mk       config.mk-20151018063635-r0sx2yzejmjg8tc9-2
  gnustep/Sudoku/sha256sums      sha256sums-20151018063635-r0sx2yzejmjg8tc9-4
=== added directory 'gnustep/Sudoku'
=== added file 'gnustep/Sudoku/Makefile'
--- a/gnustep/Sudoku/Makefile   1970-01-01 00:00:00 +0000
+++ b/gnustep/Sudoku/Makefile   2015-10-18 06:37:13 +0000
@@ -0,0 +1,40 @@
+# 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 = Sudoku
+GARNAME = Sudoku 
+GARVERSION = 0.7
+HOME_URL = http://www.non-gnu.org/gap/sudoku/
+DESCRIPTION =  GNUstep sudoku game.
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH)
+MASTER_SUBDIR = gap/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+CONFIGURE_SCRIPTS =
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk

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

=== added file 'gnustep/Sudoku/sha256sums'
--- a/gnustep/Sudoku/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnustep/Sudoku/sha256sums 2015-10-18 06:37:13 +0000
@@ -0,0 +1,1 @@
+168606ddedbcea05c97311dbeabafced524fa15cca5943c7d3c7f1b0d1e93a07  
download/Sudoku-0.7.tar.gz


reply via email to

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