1 # Contributor: Roman Timushev <rtimush@gmail.com>
5 pkgdesc="a software project for the analysis of time series with methods based on the theory of nonlinear deterministic dynamical systems"
7 url="http://www.mpipks-dresden.mpg.de/~tisean/"
18 source=(http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_$pkgver.tar.gz)
20 md5sums=('733e585a5125b272618e7e4f98580c5d')
23 cd "$srcdir/Tisean_$pkgver"
25 export FC=/usr/bin/gfortran
27 ./configure --prefix=$pkgdir/usr
28 patch Makefile ../../patch
30 mkdir -p $pkgdir/usr/bin
34 for i in *; do mv $i $pkgname-$i; done
37 # vim:set ts=2 sw=2 et: