[arch-commits] Commit in (libmatio libmatio/trunk libmatio/trunk/PKGBUILD)

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


    Date: Monday, May 2, 2022 @ 18:16:04
  Author: arojas
Revision: 1192308

New labplot dependency

Added:
  libmatio/
  libmatio/trunk/
  libmatio/trunk/PKGBUILD

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

Added: libmatio/trunk/PKGBUILD
===================================================================
--- libmatio/trunk/PKGBUILD	                        (rev 0)
+++ libmatio/trunk/PKGBUILD	2022-05-02 18:16:04 UTC (rev 1192308)
@@ -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