[arch-commits] Commit in givaro/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 5 18:40:28 UTC 2015


    Date: Saturday, December 5, 2015 @ 19:40:28
  Author: bpiotrowski
Revision: 148661

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 148660, givaro/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 18:40:28 UTC (rev 148661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=3.8.0
+pkgrel=2
+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-staging-x86_64/PKGBUILD (from rev 148660, givaro/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 18:40:28 UTC (rev 148661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=3.8.0
+pkgrel=2
+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