gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5426: update gneuralnetwork to 0.9.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5426: update gneuralnetwork to 0.9.1
Date: Thu, 19 Apr 2018 23:51:32 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5426
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2018-04-19 20:51:28 -0700
message:
  update gneuralnetwork to 0.9.1
added:
  pkg/gnu/gneuralnetwork/        
gneuralnetwork-20180420035111-enovoe3057rzv0uv-1
  pkg/gnu/gneuralnetwork/Makefile makefile-20180420035111-enovoe3057rzv0uv-3
  pkg/gnu/gneuralnetwork/config.mk config.mk-20180420035111-enovoe3057rzv0uv-2
  pkg/gnu/gneuralnetwork/sha256sums sha256sums-20180420035111-enovoe3057rzv0uv-4
=== added directory 'pkg/gnu/gneuralnetwork'
=== added file 'pkg/gnu/gneuralnetwork/Makefile'
--- a/pkg/gnu/gneuralnetwork/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gneuralnetwork/Makefile   2018-04-20 03:51:28 +0000
@@ -0,0 +1,50 @@
+# Copyright © 2018 Carl Hansen <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/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = gneuralnetwork
+GARNAME = gneuralnetwork
+GARVERSION = 0.9.1
+HOME_URL = http://www.gnu.org/software/gneuralnetwork
+DESCRIPTION = neural network code for experimentation
+define BLURB
+endef
+
+######################################################################
+# 
http://git.savannah.gnu.org/cgit/gneuralnetwork.git/snapshot/gneuralnetwork-master.tar.gz
+MASTER_SITES =  http://git.savannah.gnu.org/
+MASTER_SUBDIR = cgit/$(GARNAME).git/snapshot/
+DISTFILES = $(GARNAME)-master.tar.gz
+SIGFILES = 
+
+WORKSRC = $(WORKDIR)/gneuralnetwork-master
+
+BUILDDEPS =
+LIBDEPS =
+USE_AUTORECONF = y
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+
+pre-install:
+       mkdir -p $(packageprefix)/man/man1 
+       cp $(WORKSRC)/doc/*1  $(packageprefix)/man/man1
+

=== added file 'pkg/gnu/gneuralnetwork/config.mk'
--- a/pkg/gnu/gneuralnetwork/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gneuralnetwork/config.mk  2018-04-20 03:51:28 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/gneuralnetwork/sha256sums'
--- a/pkg/gnu/gneuralnetwork/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gneuralnetwork/sha256sums 2018-04-20 03:51:28 +0000
@@ -0,0 +1,1 @@
+26f27bba6ba037d440097df82bb65b8ddec79519d51a8b03e1cec5fbe2145183  
download/gneuralnetwork-master.tar.gz


reply via email to

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