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

Antonio Rojas arojas at archlinux.org
Sun Apr 17 14:17:10 UTC 2016


    Date: Sunday, April 17, 2016 @ 16:17:10
  Author: arojas
Revision: 171252

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-17 14:15:52 UTC (rev 171251)
+++ community-i686/PKGBUILD	2016-04-17 14:17:10 UTC (rev 171252)
@@ -1,25 +0,0 @@
-# $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-i686/PKGBUILD (from rev 171251, libfplll/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-17 14:17:10 UTC (rev 171252)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libfplll
+pkgver=20160331
+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.gz")
+md5sums=('661440d1249e1f8d6346ab91a8658de6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-17 14:15:52 UTC (rev 171251)
+++ community-x86_64/PKGBUILD	2016-04-17 14:17:10 UTC (rev 171252)
@@ -1,25 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 171251, libfplll/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-17 14:17:10 UTC (rev 171252)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libfplll
+pkgver=20160331
+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.gz")
+md5sums=('661440d1249e1f8d6346ab91a8658de6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list