From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/libmatio/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/libmatio/PKGBUILD (limited to 'community/libmatio') diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD new file mode 100644 index 000000000..61263e4d3 --- /dev/null +++ b/community/libmatio/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 19607 2010-06-26 05:40:09Z shusmann $ +# Maintainer: Stefan Husmann +# Contributor: William Rea +pkgname=libmatio +pkgver=1.3.3 +pkgrel=2 +pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://sourceforge.net/projects/matio" +depends=('gcc-libs') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/matio/matio-$pkgver.tar.gz) +md5sums=('5c12a98f391de000e88b5a1b20d74abf') + +build() { + cd $srcdir/matio-$pkgver + ./bootstrap + ./configure --prefix=/usr --enable-fortran --enable-shared + make +} + +package() { + cd $srcdir/matio-$pkgver + make DESTDIR=$pkgdir install +} -- cgit v1.2.3-54-g00ecf