1 # Contributor: Rémy Oudompheng <oudomphe@phare.normalesup.org>
2 # Maintainer: Rémy Oudompheng <oudomphe@phare.normalesup.org>
7 pkgdesc="C++ library for arithmetic and algebraic computations"
9 url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/"
12 source=(http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/Downloads/givaro-$pkgver.tar.gz)
13 md5sums=('6be24745e3c9c0ec30dad0de1ce99e27')
16 cd "$srcdir/givaro-$pkgver"
17 ./configure --prefix=/usr --enable-shared
22 cd "$srcdir/givaro-$pkgver"
27 cd "$srcdir/givaro-$pkgver"
28 make DESTDIR="$pkgdir" install