[arch-commits] Commit in libfplll/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jan 19 16:16:32 UTC 2016


    Date: Tuesday, January 19, 2016 @ 17:16:32
  Author: arojas
Revision: 157691

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libfplll/repos/community-staging-i686/
  libfplll/repos/community-staging-i686/PKGBUILD
    (from rev 157690, libfplll/trunk/PKGBUILD)
  libfplll/repos/community-staging-x86_64/
  libfplll/repos/community-staging-x86_64/PKGBUILD
    (from rev 157690, libfplll/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libfplll/repos/community-staging-i686/PKGBUILD (from rev 157690, libfplll/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-01-19 16:16:32 UTC (rev 157691)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libfplll
+pkgver=20160107
+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 qd)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('281bbe2b95572401b6cd5264b5694863')
+
+build() {
+  cd src
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd src
+  make DESTDIR="$pkgdir" install
+}
+

Copied: libfplll/repos/community-staging-x86_64/PKGBUILD (from rev 157690, libfplll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-01-19 16:16:32 UTC (rev 157691)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libfplll
+pkgver=20160107
+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 qd)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('281bbe2b95572401b6cd5264b5694863')
+
+build() {
+  cd src
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd src
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list