summaryrefslogtreecommitdiff
path: root/community/libmatio
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-18 13:39:32 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-18 13:39:32 +0100
commit7e6a790c47fb44426cdda8ea0aca8c247a524c5e (patch)
treea120e55f735660c1ab1e7fa6174fe28fb3108d1f /community/libmatio
parente5592a9039761a22a117469303c77a4215ad5048 (diff)
parentd14a25fc4f65ae3d6e62f4668e9cb88d74834255 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gpsmanshp/PKGBUILD community/parrot/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdebindings-python/PKGBUILD extra/kdegames/PKGBUILD extra/kdesdk/PKGBUILD extra/libmtp/PKGBUILD extra/libreoffice/PKGBUILD extra/samba/PKGBUILD multilib/lib32-libx11/PKGBUILD testing/xf86-video-mga/PKGBUILD testing/xf86-video-mga/git-fixes.patch
Diffstat (limited to 'community/libmatio')
-rw-r--r--community/libmatio/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD
index 2ab1f7b20..83cbc9f9a 100644
--- a/community/libmatio/PKGBUILD
+++ b/community/libmatio/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59370 2011-11-23 21:07:37Z andrea $
+# $Id: PKGBUILD 67968 2012-03-16 13:07:02Z giovanni $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libmatio
pkgver=1.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
@@ -19,7 +19,7 @@ build() {
cd $srcdir/matio-$pkgver
./bootstrap
./configure --prefix=/usr --enable-fortran --enable-shared
- make
+ make -j1
}
package() {