From 0ab7960ba6a457b7dd3ed5ede0cdb93e816d29a4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Feb 2013 00:04:20 -0800 Subject: Fri Feb 22 00:04:20 PST 2013 --- community/libmatio/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..7bc220d2c --- /dev/null +++ b/community/libmatio/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 84665 2013-02-21 12:00:20Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: Stefan Husmann +# Contributor: William Rea + +pkgname=libmatio +pkgver=1.5.0 +pkgrel=2 +pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files' +arch=('x86_64' 'i686') +license=('LGPL') +url='http://sourceforge.net/projects/matio' +depends=('zlib') +options=('!libtool' '!emptydirs') +source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.gz") +sha256sums=('550dfa642c4ca7ad5ce5a0249264436ced14c72c116aee9fd14e99c7bd8cc72e') + +build() { + cd "$srcdir/matio-$pkgver" + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd "$srcdir/matio-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf