gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7712: update paritwine to 0.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7712: update paritwine to 0.1
Date: Thu, 1 Jul 2021 18:49:10 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7712
revision-id: carlhansen@gnu.org-20210701224906-x843ywmmmk9oxfi7
parent: carlhansen@gnu.org-20210701223437-owda0gv0pmzitz65
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2021-07-01 15:49:06 -0700
message:
  update paritwine to 0.1 
added:
  pkg/other/paritwine/           paritwine-20210701224841-qdt5gvixzqx96qsf-1
  pkg/other/paritwine/Makefile   makefile-20210701224841-qdt5gvixzqx96qsf-3
  pkg/other/paritwine/config.mk  config.mk-20210701224841-qdt5gvixzqx96qsf-2
  pkg/other/paritwine/sha256sums sha256sums-20210701224841-qdt5gvixzqx96qsf-4
=== added directory 'pkg/other/paritwine'
=== added file 'pkg/other/paritwine/Makefile'
--- a/pkg/other/paritwine/Makefile      1970-01-01 00:00:00 +0000
+++ b/pkg/other/paritwine/Makefile      2021-07-01 22:49:06 +0000
@@ -0,0 +1,82 @@
+# Copyright ©2021 Carl Hansen <carlhansen@gnu.org>
+#
+# 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 bug-gsrc@gnu.org
+
+NAME =    pariTwine
+GARNAME = paritwine
+GARVERSION =  0.1 
+HOME_URL =  https://www.multiprecision.org
+DESCRIPTION =     
+define BLURB
+endef
+
+######################################################################
+# http://www.multiprecision.org/downloads/paritwine-0.1.tar.gz
+MASTER_SITES = http://www.multiprecision.org/
+MASTER_SUBDIR = downloads/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES  =
+
+#CONFIGURE_SCRIPTS = doconf
+#BUILD_SCRIPTS = gpanddoc
+
+BUILDDEPS = 
+LIBDEPS =
+
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+.PHONY: custom-post-extract
+
+# seems to need this:
+custom-post-extract:
+       mkdir -p $(WORKSRC)/src/yes/lib
+       $(MAKECOOKIE)
+
+
+#
+## HINT: bug, need '-lcurses' if using readline
+#LDFLAGS+=-lcurses
+#
+#
+#configure-doconf:
+#      cd $(WORKSRC) &&  ./Configure   --prefix=$(prefix)/ $(CONFIGURE_OPTS)
+#      $(MAKECOOKIE)
+#
+#build-gpanddoc:
+#      cd $(WORKSRC) &&  $(MAKE) all
+#      $(MAKECOOKIE)
+#
+#
+#pre-install:  build
+#      mkdir -p $(prefix)/packages/$(DISTNAME)
+#      mkdir -p $(prefix)/packages/$(DISTNAME)-DEST
+#      $(MAKE) V=1 -C $(WORKSRC) -f Makefile 
DESTDIR=$(prefix)/packages/$(DISTNAME)-DEST   install 
+#      $(MAKECOOKIE)
+#
+#
+## run benchmarks on uninstalled binary, if interested
+#bench:
+#      $(MAKE)  -C $(WORKSRC) -f Makefile  bench
+#      $(MAKE)  -C $(WORKSRC) -f Makefile  statest-all
+#

=== added file 'pkg/other/paritwine/config.mk'
--- a/pkg/other/paritwine/config.mk     1970-01-01 00:00:00 +0000
+++ b/pkg/other/paritwine/config.mk     2021-07-01 22:49:06 +0000
@@ -0,0 +1,6 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= --with-gmp 
+#--graphic=qt  --with-qt 
+BUILD_OPTS ?= 

=== added file 'pkg/other/paritwine/sha256sums'
--- a/pkg/other/paritwine/sha256sums    1970-01-01 00:00:00 +0000
+++ b/pkg/other/paritwine/sha256sums    2021-07-01 22:49:06 +0000
@@ -0,0 +1,1 @@
+e3c104b02729013ba7e57fb5960a3b82a29e14e11de351431c85ac0f2da8ae5f  
download/paritwine-0.1.tar.gz


reply via email to

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