1 # Maintainer: Marco Maso <demind@gmail.com>
5 pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files, version intended to be used with Scilab"
7 url="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8187&objectType=File"
11 source=(http://dfn.dl.sourceforge.net/matio/matio-$pkgver.tar.gz)
12 md5sums=('5c12a98f391de000e88b5a1b20d74abf')
15 cd $startdir/src/matio
16 ./configure --prefix=/usr --enable-fortran --enable-shared
18 make DESTDIR=$startdir/pkg install