updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / gp2c / PKGBUILD
blob0a8b6a8adecc981e9d31492df02fca902d35c43c
1 # Maintainer: nullren <aur@nullren.com>
3 pkgname=gp2c
4 pkgver=0.0.7
5 pkgrel=1
6 pkgdesc='The GP to C compiler translates GP scripts to PARI programs'
7 arch=('i686' 'x86_64')
8 url='http://pari.math.u-bordeaux.fr/'
9 license=('GPL')
10 depends=('pari')
11 makedepends=('perl')
12 source=("${url}pub/pari/GP2C/$pkgname-$pkgver.tar.gz")
13 md5sums=('cffcf0d3d159bed5cd6b5e18150706c9')
15 build() {
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