gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3422: new GNUstep pke LapisPuzzle game


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3422: new GNUstep pke LapisPuzzle game
Date: Sat, 10 Oct 2015 23:38:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3422
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2015-10-10 16:38:33 -0700
message:
  new GNUstep pke LapisPuzzle game
added:
  gnustep/LapisPuzzle/           lapispuzzle-20151010233754-37alr22kuwc5iof7-1
  gnustep/LapisPuzzle/Makefile   makefile-20151010233754-37alr22kuwc5iof7-3
  gnustep/LapisPuzzle/config.mk  config.mk-20151010233754-37alr22kuwc5iof7-2
  gnustep/LapisPuzzle/sha256sums sha256sums-20151010233754-37alr22kuwc5iof7-4
=== added directory 'gnustep/LapisPuzzle'
=== added file 'gnustep/LapisPuzzle/Makefile'
--- a/gnustep/LapisPuzzle/Makefile      1970-01-01 00:00:00 +0000
+++ b/gnustep/LapisPuzzle/Makefile      2015-10-10 23:38:33 +0000
@@ -0,0 +1,43 @@
+# Copyright © 2013 Brandon Invergo <address@hidden>
+#
+# 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 = LapisPuzzle
+GARNAME = LapisPuzzle
+GARVERSION = 1.2
+HOME_URL = http://www.gnustep.org/
+DESCRIPTION =  LapisPuzzle
+define BLURB
+A tetris-like game where each player is effected by the others game play.
+When one player clears blocks, the other gets more put on!  Attractive
+graphics as well.
+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/LapisPuzzle/config.mk'
--- a/gnustep/LapisPuzzle/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnustep/LapisPuzzle/config.mk     2015-10-10 23:38:33 +0000
@@ -0,0 +1,4 @@
+## Configuration options for LapisPuzzle ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnustep/LapisPuzzle/sha256sums'
--- a/gnustep/LapisPuzzle/sha256sums    1970-01-01 00:00:00 +0000
+++ b/gnustep/LapisPuzzle/sha256sums    2015-10-10 23:38:33 +0000
@@ -0,0 +1,1 @@
+883b104c4223ad90f8f5e83573f8b93b05abb9863492aef0ac23e929868c47b9  
download/LapisPuzzle-1.2.tar.gz


reply via email to

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