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

Antonio Rojas arojas at archlinux.org
Thu Jan 18 22:25:02 UTC 2018


    Date: Thursday, January 18, 2018 @ 22:25:01
  Author: arojas
Revision: 283997

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 283996, fplll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-18 22:25:01 UTC (rev 283997)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=3
+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=('75e17fcaa4fc5fdddbe6eb42aca5f38c4c169a4b52756e74fbe2d1769737ac9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list