[arch-commits] Commit in eclib/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 17 10:32:40 UTC 2018


    Date: Friday, August 17, 2018 @ 10:32:39
  Author: arojas
Revision: 372470

archrelease: copy trunk to community-x86_64

Added:
  eclib/repos/community-x86_64/PKGBUILD
    (from rev 372469, eclib/trunk/PKGBUILD)
Deleted:
  eclib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 27 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-17 10:32:19 UTC (rev 372469)
+++ PKGBUILD	2018-08-17 10:32:39 UTC (rev 372470)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20180710
-pkgrel=4
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
-arch=(x86_64)
-url="https://github.com/JohnCremona/eclib/"
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz"
-        eclib-types.h.patch::"https://github.com/JohnCremona/eclib/commit/c9b96429.patch")
-sha256sums=('176840c9dbed6156f291da3c877ce680f746acf0dcd1b952174f1e046f28b71d'
-            '32ff367b173fce44cf9b2f6a79b29fe13f00f4fcdbf4904115b9ea30d57ec28e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../eclib-types.h.patch # Add missing include
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  LDFLAGS+=' -lpthread' ./configure --prefix=/usr --with-flint=/usr --with-boost
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 372469, eclib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-17 10:32:39 UTC (rev 372470)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20180815
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
+arch=(x86_64)
+url="https://github.com/JohnCremona/eclib/"
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
+sha256sums=('2b232cfa5394cb35520280327f33c3cb323a4d4f33eecd5b803fc4ad20c1bdf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  LDFLAGS+=' -lpthread' ./configure --prefix=/usr --with-flint=/usr --with-boost
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+



More information about the arch-commits mailing list