[arch-commits] Commit in (eclib eclib/trunk eclib/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 20 09:50:37 UTC 2014


    Date: Saturday, December 20, 2014 @ 10:50:36
  Author: arojas
Revision: 124164

Splitting sage-mathematics

Added:
  eclib/
  eclib/trunk/
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: eclib/trunk/PKGBUILD
===================================================================
--- eclib/trunk/PKGBUILD	                        (rev 0)
+++ eclib/trunk/PKGBUILD	2014-12-20 09:50:36 UTC (rev 124164)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20141106
+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=('i686' 'x86_64')
+url="https://github.com/JohnCremona/eclib/"
+license=('GPL')
+depends=('ntl' 'pari')
+source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('dd65b29741461a7abd02c721b9f0c80d')
+
+build() {
+  cd eclib-$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd eclib-$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


Property changes on: eclib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list