gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6563: update cgoban to 1.9.12


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6563: update cgoban to 1.9.12
Date: Tue, 28 May 2019 19:41:36 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6563
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2019-05-28 16:41:32 -0700
message:
  update cgoban to 1.9.12
added:
  pkg/other/cgoban/              cgoban-20190528234116-qsfr2e4zvwoaejgx-1
  pkg/other/cgoban/Makefile      makefile-20190528234116-qsfr2e4zvwoaejgx-3
  pkg/other/cgoban/config.mk     config.mk-20190528234116-qsfr2e4zvwoaejgx-2
  pkg/other/cgoban/sha256sums    sha256sums-20190528234116-qsfr2e4zvwoaejgx-4
=== added directory 'pkg/other/cgoban'
=== added file 'pkg/other/cgoban/Makefile'
--- a/pkg/other/cgoban/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/cgoban/Makefile 2019-05-28 23:41:32 +0000
@@ -0,0 +1,67 @@
+# Copyright © 2019 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    Complete Goban
+GARNAME = cgoban
+GARVERSION = 1.9.12
+HOME_URL =  http://www.igoweb.org/~wms/comp/cgoban/index.html
+DESCRIPTION = Graphical interface to a Go game program, such as GNUGo 
+define BLURB
+Graphical interface to a Go game program, such as GNUGo. This is the old
+original C version. Play, store, replay games, connect to Go server
+on the net. Later versions available in Java, see gokgs.com.
+endef
+
+######################################################################
+#http://www.igoweb.org/~wms/comp/cgoban/cgoban-1.9.12.tar.gz
+
+MASTER_SITES = http://www.igoweb.org/
+MASTER_SUBDIR = ~wms/comp/cgoban/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES = 
+INSTALL_SCRIPTS =
+BUILDDEPS =
+LIBDEPS =
+
+
+LICENSE = GNU GPL2
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+
+
+custom-pre-install:  build
+       mkdir -p $(prefix)/packages/$(DISTNAME)
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/bin
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/man
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/cgoban
+       cp     $(WORKSRC)/cgoban* 
$(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/bin/    
+       cp     $(WORKSRC)/grab_cgoban 
$(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/bin/    
+       cp -r  $(WORKSRC)/man6 
$(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/man/   
+       cp     $(WORKSRC)/seigen-minoru.sgf 
$(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/cgoban/  
+       #cp $(WORKSRC)/cgoban* -f Makefile 
DESTDIR=$(prefix)/packages/$(DISTNAME)-DEST   install 
+       $(MAKECOOKIE)
+
+
+

=== added file 'pkg/other/cgoban/config.mk'
--- a/pkg/other/cgoban/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/cgoban/config.mk        2019-05-28 23:41:32 +0000
@@ -0,0 +1,5 @@
+## Configuration options for  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/cgoban/sha256sums'
--- a/pkg/other/cgoban/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/other/cgoban/sha256sums       2019-05-28 23:41:32 +0000
@@ -0,0 +1,2 @@
+b9e8b0d2f793fecbc26803d673de11d8cdc88af9d286a6d49b7523f8b4fa20e1  
download/cgoban-1.9.12.tar.gz
+6426fc0803b14396798503a0d8c07b30faf91b13e70ab2304c7ef46a1086fc93  
download/Makefile.in.patch


reply via email to

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