gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1075: clean up gnushogi and fix insta


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1075: clean up gnushogi and fix installation
Date: Tue, 06 Nov 2012 22:58:28 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1075
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-06 22:58:28 +0100
message:
  clean up gnushogi and fix installation
added:
  gnu/gnushogi/config.mk
modified:
  gnu/gnushogi/Makefile
  gnu/gnushogi/sha256sums
=== modified file 'gnu/gnushogi/Makefile'
--- a/gnu/gnushogi/Makefile     2012-08-30 22:06:28 +0000
+++ b/gnu/gnushogi/Makefile     2012-11-06 21:58:28 +0000
@@ -1,16 +1,20 @@
 GARNAME = gnushogi
 GARVERSION = 1.4.0
+HOME_URL = http://www.gnu.org/software/gnushogi
+DESCRIPTION = An engine for the board game Shogi
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gnushogi/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.bz2
 SIGFILES = $(DISTNAME).tar.bz2.sig
-
-# BUILDDEPS = 
-#LIBDEPS = termcap
-
-HOME_URL = http://www.gnu.org/software/gnushogi
-DESCRIPTION = An engine for the board game Shogi
+PATCHFILES = fix-install.diff
+
+BUILDDEPS = 
+LIBDEPS = termcap
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/gnushogi/config.mk'
--- a/gnu/gnushogi/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/gnushogi/config.mk    2012-11-06 21:58:28 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnushogi ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/gnushogi/sha256sums'
--- a/gnu/gnushogi/sha256sums   2012-08-30 22:06:28 +0000
+++ b/gnu/gnushogi/sha256sums   2012-11-06 21:58:28 +0000
@@ -1,2 +1,3 @@
 466730f54ee6d6ad61a06ccfccf2dc63e47559697116b143b93c624a9ca9b301  
download/gnushogi-1.4.0.tar.bz2
+d861759c830b8b409cde9a6d1f8066d164dc6d1781583ef3b0dcdfcca7b67aad  
download/fix-install.diff
 11c2e8ffd640104125da1eecd40b45979b78020bcb0e48d1bfb284d6aab9849f  
download/gnushogi-1.4.0.tar.bz2.sig


reply via email to

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