Date: Sunday, May 12, 2019 @ 14:37:11
  Author: arojas
Revision: 466538

archrelease: copy trunk to community-testing-x86_64

Added:
  givaro/repos/community-testing-x86_64/
  givaro/repos/community-testing-x86_64/PKGBUILD
    (from rev 466537, givaro/trunk/PKGBUILD)

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

Copied: givaro/repos/community-testing-x86_64/PKGBUILD (from rev 466537, 
givaro/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-05-12 14:37:11 UTC (rev 466538)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Rémy Oudompheng <[email protected]>
+
+pkgname=givaro
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(x86_64)
+url="http://givaro.forge.imag.fr/";
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('0f468f7a02b023d4355cff2dfc88c7d710237b252cd36b1342a3d66f5ea35eb4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared \
+    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to