[arch-commits] Commit in libmatio/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon May 2 18:18:15 UTC 2022
Date: Monday, May 2, 2022 @ 18:18:15
Author: arojas
Revision: 1192311
archrelease: copy trunk to community-x86_64
Added:
libmatio/repos/community-x86_64/PKGBUILD
(from rev 1192310, libmatio/trunk/PKGBUILD)
Deleted:
libmatio/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-02 18:17:59 UTC (rev 1192310)
+++ PKGBUILD 2022-05-02 18:18:15 UTC (rev 1192311)
@@ -1,32 +0,0 @@
-# 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
-}
Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 1192310, libmatio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-02 18:18:15 UTC (rev 1192311)
@@ -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.23
+pkgrel=1
+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=('9f91eae661df46ea53c311a1b2dcff72051095b023c612d7cbfc09406c9f4d6e')
+
+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