[arch-commits] Commit in metis/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue May 14 15:19:51 UTC 2019
Date: Tuesday, May 14, 2019 @ 15:19:51
Author: arojas
Revision: 353248
archrelease: copy trunk to extra-x86_64
Added:
metis/repos/extra-x86_64/PKGBUILD
(from rev 353247, metis/trunk/PKGBUILD)
Deleted:
metis/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-14 15:19:26 UTC (rev 353247)
+++ PKGBUILD 2019-05-14 15:19:51 UTC (rev 353248)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: jedbrown
-# Contributor: eleftg
-# Contributor: mickele
-# Contributor: gborzi
-# Contributor: abenson
-
-pkgname=metis
-pkgver=5.1.0.p5
-_pkgver=5.1.0-p5
-pkgrel=1
-arch=(x86_64)
-pkgdesc="A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices"
-url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview"
-license=(custom)
-depends=(glibc)
-makedepends=(cmake)
-options=(docs)
-source=("https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2")
-sha256sums=('8d61fcba94474387f18dd598598232ef6311412a10e82dfa4df9b7958384dfa5')
-
-prepare() {
- mv petsc-pkg-metis-* $pkgname-$_pkgver
-}
-
-build() {
- cd $pkgname-$_pkgver
- make config shared=1 prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$_pkgver
-
- make install DESTDIR="$pkgdir"
- install -m644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: metis/repos/extra-x86_64/PKGBUILD (from rev 353247, metis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-14 15:19:51 UTC (rev 353248)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: jedbrown
+# Contributor: eleftg
+# Contributor: mickele
+# Contributor: gborzi
+# Contributor: abenson
+
+pkgname=metis
+pkgver=5.1.0.p6
+_pkgver=5.1.0-p6
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices"
+url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview"
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+options=(docs)
+source=("https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2")
+sha256sums=('7b27834d68c395b26d40025aca45d95b612fac78cfed909947218d91a3ada3f2')
+
+prepare() {
+ mv petsc-pkg-metis-* $pkgname-$_pkgver
+}
+
+build() {
+ cd $pkgname-$_pkgver
+ make config shared=1 prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$_pkgver
+
+ make install DESTDIR="$pkgdir"
+ install -m644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list