gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r2797: add rpge at 0.0.3


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2797: add rpge at 0.0.3
Date: Tue, 07 Jan 2014 18:47:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2797
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-07 18:47:36 +0000
message:
  add rpge at 0.0.3
added:
  gnu/rpge/                      rpge-20140107184708-o0pekbu2lz428585-1
  gnu/rpge/Makefile              makefile-20140107184708-o0pekbu2lz428585-2
  gnu/rpge/config.mk             config.mk-20140107184708-o0pekbu2lz428585-3
  gnu/rpge/gpg-keyring           gpgkeyring-20140107184712-kdt07dkoadvgfewz-1
  gnu/rpge/sha256sums            sha256sums-20140107184708-o0pekbu2lz428585-4
=== added directory 'gnu/rpge'
=== added file 'gnu/rpge/Makefile'
--- a/gnu/rpge/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnu/rpge/Makefile 2014-01-07 18:47:36 +0000
@@ -0,0 +1,50 @@
+# Copyright © 2014 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 = GNU Role Playing Game Engine
+GARNAME = rpge
+GARVERSION = 0.0.3
+HOME_URL = http://www.gnu.org/software/rpge/
+DESCRIPTION = Role playing game engine
+define BLURB
+The GNU Role Playing Game Engine provides an engine for
+creating two-dimensional, graphical role-playing games, providing,
+for example, a sprite-tiling grid, sprite rendering, and event
+handling.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+INSTALL_SCRIPTS = $(WORKSRC)/Makefile info
+
+BUILDDEPS =
+LIBDEPS = guile libsdl libsdl_image libsdl_ttf
+
+######################################################################
+
+include ../../gar.lib/info.mk
+include ../../gar.lib/auto.mk
+include config.mk
+
+install-info:
+       install -d $(packageprefix)/share/info
+       install -m 644 $(WORKSRC)/doc/$(GARNAME).info 
$(packageprefix)/share/info/$(GARNAME).info
+       $(MAKECOOKIE)

=== added file 'gnu/rpge/config.mk'
--- a/gnu/rpge/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/rpge/config.mk        2014-01-07 18:47:36 +0000
@@ -0,0 +1,4 @@
+## Configuration options for rpge ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/rpge/gpg-keyring'
Binary files a/gnu/rpge/gpg-keyring     1970-01-01 00:00:00 +0000 and 
b/gnu/rpge/gpg-keyring    2014-01-07 18:47:36 +0000 differ
=== added file 'gnu/rpge/sha256sums'
--- a/gnu/rpge/sha256sums       1970-01-01 00:00:00 +0000
+++ b/gnu/rpge/sha256sums       2014-01-07 18:47:36 +0000
@@ -0,0 +1,2 @@
+65599e466a00c1632274c6ef0bf0ba43b60be173bd11fd3d64b70b20d9d50d72  
download/rpge-0.0.3.tar.gz
+8d4f74258c549c983c88fdb650e77d90cea5c3d0b13feddaeac791dd53e09de7  
download/rpge-0.0.3.tar.gz.sig


reply via email to

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