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

Evgeniy Alekseev arcanis at archlinux.org
Tue Jun 27 23:35:50 UTC 2017


    Date: Tuesday, June 27, 2017 @ 23:35:50
  Author: arcanis
Revision: 241298

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

Added:
  libmatio/repos/community-staging-i686/
  libmatio/repos/community-staging-i686/ChangeLog
    (from rev 241297, libmatio/trunk/ChangeLog)
  libmatio/repos/community-staging-i686/PKGBUILD
    (from rev 241297, libmatio/trunk/PKGBUILD)
  libmatio/repos/community-staging-x86_64/
  libmatio/repos/community-staging-x86_64/ChangeLog
    (from rev 241297, libmatio/trunk/ChangeLog)
  libmatio/repos/community-staging-x86_64/PKGBUILD
    (from rev 241297, libmatio/trunk/PKGBUILD)

------------------------------------+
 community-staging-i686/ChangeLog   |   20 ++++++++++++++++++++
 community-staging-i686/PKGBUILD    |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |   20 ++++++++++++++++++++
 community-staging-x86_64/PKGBUILD  |   31 +++++++++++++++++++++++++++++++
 4 files changed, 102 insertions(+)

Copied: libmatio/repos/community-staging-i686/ChangeLog (from rev 241297, libmatio/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,20 @@
+1.5.10-2:
+hdf5 rebuild
+
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-staging-i686/PKGBUILD (from rev 241297, libmatio/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
+# Contributor: Alexander Rødseth <rodseth at gmail dot com>
+# Contributor: William Rea <sillywilly at gmail dot com>
+
+pkgname=libmatio
+pkgver=1.5.10
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
+changelog=ChangeLog
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Copied: libmatio/repos/community-staging-x86_64/ChangeLog (from rev 241297, libmatio/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,20 @@
+1.5.10-2:
+hdf5 rebuild
+
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-staging-x86_64/PKGBUILD (from rev 241297, libmatio/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
+# Contributor: Alexander Rødseth <rodseth at gmail dot com>
+# Contributor: William Rea <sillywilly at gmail dot com>
+
+pkgname=libmatio
+pkgver=1.5.10
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
+changelog=ChangeLog
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list