gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6073: update gp2c to 0.0.11pl1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6073: update gp2c to 0.0.11pl1
Date: Wed, 21 Nov 2018 13:17:39 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6073
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-11-21 10:17:30 -0800
message:
  update gp2c to 0.0.11pl1
added:
  pkg/other/gp2c/                gp2c-20181121181713-sr8sxtk91hmra657-1
  pkg/other/gp2c/Makefile        makefile-20181121181713-sr8sxtk91hmra657-4
  pkg/other/gp2c/config.mk       config.mk-20181121181713-sr8sxtk91hmra657-2
  pkg/other/gp2c/gpg-keyring     gpgkeyring-20181121181713-sr8sxtk91hmra657-3
  pkg/other/gp2c/sha256sums      sha256sums-20181121181713-sr8sxtk91hmra657-5
=== added directory 'pkg/other/gp2c'
=== added file 'pkg/other/gp2c/Makefile'
--- a/pkg/other/gp2c/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/gp2c/Makefile   2018-11-21 18:17:30 +0000
@@ -0,0 +1,58 @@
+# Copyright ©2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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 =    gp2c
+GARNAME = gp2c
+GARVERSION =  0.0.11pl1
+HOME_URL = http://pari.math.u-bordeaux.fr/
+DESCRIPTION = convert gp scripts to C code for pari math library
+define BLURB
+endef
+
+######################################################################
+MASTER_SITES = http://pari.math.u-bordeaux.fr/
+MASTER_SUBDIR = pub/pari/GP2C/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES  = $(DISTNAME).tar.gz.asc
+
+BUILD_SCRIPTS = gpanddoc
+
+BUILDDEPS = 
+LIBDEPS =
+
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+#include ../../../gar/gar.lib/info.mk
+include config.mk
+
+build-gpanddoc:
+       cd $(WORKSRC) &&  $(MAKE) all
+       $(MAKECOOKIE)
+
+pre-install:
+       echo PPPPPPPPPPPPPPPPPPP  $(packageprefix)
+       mkdir -p $(packageprefix)/packages/$(DISTNAME)
+       mkdir -p $(prefix)/packages/$(DISTNAME)
+       $(MAKE) -C $(WORKSRC) -f Makefile install 
+       cp -ra $(prefix)/packages/$(DISTNAME)/*  $(packageprefix)
+       $(MAKECOOKIE)
+
+

=== added file 'pkg/other/gp2c/config.mk'
--- a/pkg/other/gp2c/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/gp2c/config.mk  2018-11-21 18:17:30 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=    --with-paricfg=$(prefix)/lib/pari/pari.cfg   
--prefix=$(prefix)/packages/$(DISTNAME)
+BUILD_OPTS ?= 

=== added file 'pkg/other/gp2c/gpg-keyring'
Binary files a/pkg/other/gp2c/gpg-keyring       1970-01-01 00:00:00 +0000 and 
b/pkg/other/gp2c/gpg-keyring      2018-11-21 18:17:30 +0000 differ
=== added file 'pkg/other/gp2c/sha256sums'
--- a/pkg/other/gp2c/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/gp2c/sha256sums 2018-11-21 18:17:30 +0000
@@ -0,0 +1,2 @@
+ba68d73fc8d52500724142f8db951bcd1b6efd42d9bbfcdd14037066eb36ceb0  
download/gp2c-0.0.11pl1.tar.gz
+7cd5acdaf86ea6be8dc307712c476fdfd1c1c1d77cd7ad94d809ce59cbd66c91  
download/gp2c-0.0.11pl1.tar.gz.asc


reply via email to

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