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

Antonio Rojas arojas at archlinux.org
Mon Sep 11 12:08:33 UTC 2017


    Date: Monday, September 11, 2017 @ 12:08:32
  Author: arojas
Revision: 256902

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

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

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

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 256901, fplll/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-09-11 12:08:32 UTC (rev 256902)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll"
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('a39871bc9d351732c230e9e56a9e7f4128f2a5ae3bd4094fe61065d4a8f54dfd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 256901, fplll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-09-11 12:08:32 UTC (rev 256902)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll"
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('a39871bc9d351732c230e9e56a9e7f4128f2a5ae3bd4094fe61065d4a8f54dfd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list