[arch-commits] Commit in libmatio (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 2 18:16:15 UTC 2022


    Date: Monday, May 2, 2022 @ 18:16:15
  Author: arojas
Revision: 1192309

archrelease: copy trunk to community-x86_64

Added:
  libmatio/repos/
  libmatio/repos/community-x86_64/
  libmatio/repos/community-x86_64/PKGBUILD
    (from rev 1192308, libmatio/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 1192308, libmatio/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2022-05-02 18:16:15 UTC (rev 1192309)
@@ -0,0 +1,32 @@
+# Maintaier: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Camille Monière <draslorus at draslorus dot fr>
+# Contributor: 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.21
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=(x86_64)
+license=('custom:BSD')
+url='https://sourceforge.net/projects/matio'
+depends=(hdf5)
+source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
+sha256sums=('21809177e55839e7c94dada744ee55c1dea7d757ddaab89605776d50122fb065')
+
+build() {
+  cd matio-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --enable-shared \
+    --with-hdf5
+  make
+}
+
+package() {
+  cd matio-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list