updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libmatio-dev / PKGBUILD
blob97859fe57ddeb8dc9164c8e1cf83a97718c6a107
1 # Maintainer: Marco Maso <demind@gmail.com>
2 pkgname=libmatio-dev
3 pkgver=1.3.3
4 pkgrel=1
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"
6 arch=('i686' 'x86_64')
7 url="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8187&objectType=File"
8 options=('!libtool')
9 license="LGPL"
10 depends=('zlib')
11 source=(http://dfn.dl.sourceforge.net/matio/matio-$pkgver.tar.gz)
12 md5sums=('5c12a98f391de000e88b5a1b20d74abf')
14 build() {
15   cd $startdir/src/matio
16   ./configure --prefix=/usr --enable-fortran --enable-shared
17   make -j2 || return 1
18   make DESTDIR=$startdir/pkg install