Date: Thursday, February 21, 2013 @ 13:00:01 Author: arodseth Revision: 84664
Moved back Added: libmatio/ libmatio/repos/ libmatio/repos/community-i686/ libmatio/repos/community-x86_64/ libmatio/trunk/ libmatio/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: libmatio/trunk/PKGBUILD =================================================================== --- libmatio/trunk/PKGBUILD (rev 0) +++ libmatio/trunk/PKGBUILD 2013-02-21 12:00:01 UTC (rev 84664) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Alexander Rødseth <[email protected]> +# Contributor: Stefan Husmann <[email protected]> +# Contributor: William Rea <[email protected]> + +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: Property changes on: libmatio/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
