updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / xcas / PKGBUILD
blob018c9b8ac3dea794de2e73ebdc3d894dbffe68b3
1 # Contributor: Calimero <calimeroteknik at free dot fr>
2 pkgname=xcas
3 pkgver=0.9.2
4 pkgrel=3
5 pkgdesc='XCas math and algebra suite'
6 arch=('i686' 'x86_64')
7 url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
8 depends=('mpfr' 'fltk-stable' 'pari23' 'gsl' 'latex2html')
9 makedepends=('texlive-pstricks' 'hevea')
10 license=('GPL')
11 _basesource="giac-${pkgver}.tar.gz"
12 source=("ftp://ftp-fourier.ujf-grenoble.fr/linux/xcas/${_basesource}")
14 #dynamic md5 because of frequent fixes.
15 md5sums=("$(wget -qO - ftp://ftp-fourier.ujf-grenoble.fr/linux/xcas/md5sums.txt |grep "${_basesource}" |cut -d' ' -f1)")
17 build() {
18  cd "${srcdir}/giac-${pkgver}"
19  ./configure --prefix=/usr
20  make
23 package() {
24  cd "${srcdir}/giac-${pkgver}"
25  make prefix="${pkgdir}/usr" install