[arch-commits] Commit in libmatio/repos (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 23 01:03:57 UTC 2013


    Date: Tuesday, April 23, 2013 @ 03:03:57
  Author: eric
Revision: 88815

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libmatio/repos/community-i686/PKGBUILD
    (from rev 88814, libmatio/trunk/PKGBUILD)
  libmatio/repos/community-x86_64/PKGBUILD
    (from rev 88814, libmatio/trunk/PKGBUILD)
Deleted:
  libmatio/repos/community-i686/PKGBUILD
  libmatio/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ------------------
 community-x86_64/PKGBUILD |   29 ------------------
 3 files changed, 68 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-23 01:03:28 UTC (rev 88814)
+++ community-i686/PKGBUILD	2013-04-23 01:03:57 UTC (rev 88815)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-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:

Copied: libmatio/repos/community-i686/PKGBUILD (from rev 88814, libmatio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-23 01:03:57 UTC (rev 88815)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libmatio
+pkgver=1.5.1
+pkgrel=1
+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.bz2")
+sha1sums=('12b8ed59688b2f41903ddc3e7975f21f10fe42bb')
+
+build() {
+  cd matio-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd matio-$pkgver
+  make check
+}
+ 
+package() {
+  cd matio-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-23 01:03:28 UTC (rev 88814)
+++ community-x86_64/PKGBUILD	2013-04-23 01:03:57 UTC (rev 88815)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-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:

Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 88814, libmatio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-23 01:03:57 UTC (rev 88815)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libmatio
+pkgver=1.5.1
+pkgrel=1
+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.bz2")
+sha1sums=('12b8ed59688b2f41903ddc3e7975f21f10fe42bb')
+
+build() {
+  cd matio-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd matio-$pkgver
+  make check
+}
+ 
+package() {
+  cd matio-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list