1 # Maintainer: nullren <aur@nullren.com>
6 pkgdesc='The GP to C compiler translates GP scripts to PARI programs'
8 url='http://pari.math.u-bordeaux.fr/'
12 source=("${url}pub/pari/GP2C/$pkgname-$pkgver.tar.gz")
13 md5sums=('cffcf0d3d159bed5cd6b5e18150706c9')
16 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --with-perl --with-paricfg=/usr/lib/pari/pari.cfg --prefix=/usr --mandir=/usr/share/man
18 make DESTDIR="$pkgdir" install || return 1