### this file is sourced not run
PKGVER=0.0.10
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=gp2c-$PKGVER.tar.gz
MD5SUM=41d3e76fb070ba7f73242b76ae5cb529 
SRC_URL=http://pari.math.u-bordeaux.fr/pub/pari/GP2C/$TARBALL
BUNDLE=

SLACKREQ='libpari'
SLACKDESC="libpari-gp2c: libpari-gp2c $PKGVER (PARI/GP-to-C compiler)
libpari-gp2c: 
libpari-gp2c: gp2c is GP-to-C compiler. It combines the best of both worlds by 
libpari-gp2c: compiling GP scripts to the C language and transparently loading the 
libpari-gp2c: resulting functions into gp. (gp2c-compiled scripts will typically 
libpari-gp2c: run 3 or 4 times faster.) gp2c currently only understands a subset of 
libpari-gp2c: the GP language.
libpari-gp2c: 
libpari-gp2c: http://pari.math.u-bordeaux.fr/
libpari-gp2c: 
libpari-gp2c: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


