Date: Saturday, December 20, 2014 @ 12:20:22
  Author: arojas
Revision: 124179

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

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

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

Copied: libfplll/repos/community-i686/PKGBUILD (from rev 124178, 
libfplll/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2014-12-20 11:20:22 UTC (rev 124179)
@@ -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
+}
+

Copied: libfplll/repos/community-x86_64/PKGBUILD (from rev 124178, 
libfplll/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2014-12-20 11:20:22 UTC (rev 124179)
@@ -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
+}
+

Reply via email to