Date: Saturday, December 20, 2014 @ 12:19:33
  Author: arojas
Revision: 124178

Splitting sage-mathematics

Added:
  libfplll/
  libfplll/trunk/
  libfplll/trunk/PKGBUILD

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

Added: libfplll/trunk/PKGBUILD
===================================================================
--- libfplll/trunk/PKGBUILD                             (rev 0)
+++ libfplll/trunk/PKGBUILD     2014-12-20 11:19:33 UTC (rev 124178)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=libfplll
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Implementations of the floating-point LLL reduction algorithm for 
euclidean lattices"
+arch=('i686' 'x86_64')
+url="https://github.com/dstehle/fplll";
+license=('LGPL')
+depends=('mpfr')
+#source=("http://perso.ens-lyon.fr/damien.stehle/fplll/$pkgname-$pkgver.tar.gz";)
+source=("http://www.sagemath.org/packages/upstream/libfplll/$pkgname-$pkgver.tar.bz2";)
+md5sums=('db4b1aa57ff3068992d4ea2ab5371a9e')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}
+


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

Reply via email to