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

Antonio Rojas arojas at archlinux.org
Fri May 18 18:52:49 UTC 2018


    Date: Friday, May 18, 2018 @ 18:52:49
  Author: arojas
Revision: 324291

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 324290, fplll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-18 18:52:49 UTC (rev 324291)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(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=('e38e3f8f14d5dbf46aab66d6c12f5973d4b12b72832161ed1491e8e925de4816')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list