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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 5 17:17:57 UTC 2015


    Date: Saturday, December 5, 2015 @ 18:17:57
  Author: foutrelis
Revision: 148575

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 148574, libfplll/trunk/PKGBUILD)
  libfplll/repos/community-staging-x86_64/
  libfplll/repos/community-staging-x86_64/PKGBUILD
    (from rev 148574, libfplll/trunk/PKGBUILD)

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

Copied: libfplll/repos/community-staging-i686/PKGBUILD (from rev 148574, libfplll/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 17:17:57 UTC (rev 148575)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libfplll
+pkgver=4.0.4
+pkgrel=2
+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")
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libfplll/$pkgname-$pkgver.tar.bz2")
+md5sums=('db4b1aa57ff3068992d4ea2ab5371a9e')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}
+

Copied: libfplll/repos/community-staging-x86_64/PKGBUILD (from rev 148574, libfplll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 17:17:57 UTC (rev 148575)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libfplll
+pkgver=4.0.4
+pkgrel=2
+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")
+source=("http://mirrors.mit.edu/sage/spkg/upstream/libfplll/$pkgname-$pkgver.tar.bz2")
+md5sums=('db4b1aa57ff3068992d4ea2ab5371a9e')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list