[arch-commits] Commit in givaro (5 files)

Antonio Rojas arojas at archlinux.org
Sat Dec 20 10:21:41 UTC 2014


    Date: Saturday, December 20, 2014 @ 11:21:41
  Author: arojas
Revision: 124169

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

Added:
  givaro/repos/
  givaro/repos/community-i686/
  givaro/repos/community-i686/PKGBUILD
    (from rev 124168, givaro/trunk/PKGBUILD)
  givaro/repos/community-x86_64/
  givaro/repos/community-x86_64/PKGBUILD
    (from rev 124168, givaro/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: givaro/repos/community-i686/PKGBUILD (from rev 124168, givaro/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-20 10:21:41 UTC (rev 124169)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=('i686' 'x86_64')
+url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/"
+license=('GPL')
+depends=('gmp')
+source=("https://forge.imag.fr/frs/download.php/592/$pkgname-$pkgver.tar.gz")
+md5sums=('6ba1a4672a5d434d2502d17db30c86e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-x86_64/PKGBUILD (from rev 124168, givaro/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-20 10:21:41 UTC (rev 124169)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=('i686' 'x86_64')
+url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/"
+license=('GPL')
+depends=('gmp')
+source=("https://forge.imag.fr/frs/download.php/592/$pkgname-$pkgver.tar.gz")
+md5sums=('6ba1a4672a5d434d2502d17db30c86e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list