[arch-commits] Commit in fplll (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Oct 15 11:50:56 UTC 2016
Date: Saturday, October 15, 2016 @ 11:50:55
Author: arojas
Revision: 192302
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
fplll/repos/
fplll/repos/community-staging-i686/
fplll/repos/community-staging-i686/PKGBUILD
(from rev 192301, fplll/trunk/PKGBUILD)
fplll/repos/community-staging-x86_64/
fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 192301, fplll/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 192301, fplll/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-i686/PKGBUILD (rev 0)
+++ repos/community-staging-i686/PKGBUILD 2016-10-15 11:50:55 UTC (rev 192302)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.0.3rc0
+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)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('b457c99950de200240596abf0368b70a')
+
+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 192301, fplll/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-x86_64/PKGBUILD (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD 2016-10-15 11:50:55 UTC (rev 192302)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fplll
+pkgver=5.0.3rc0
+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)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('b457c99950de200240596abf0368b70a')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list