[arch-commits] Commit in metis/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Feb 14 20:17:28 UTC 2020


    Date: Friday, February 14, 2020 @ 20:17:28
  Author: arojas
Revision: 375613

archrelease: copy trunk to extra-x86_64

Added:
  metis/repos/extra-x86_64/PKGBUILD
    (from rev 375612, metis/trunk/PKGBUILD)
Deleted:
  metis/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 20:17:11 UTC (rev 375612)
+++ PKGBUILD	2020-02-14 20:17:28 UTC (rev 375613)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: jedbrown
-# Contributor: eleftg
-# Contributor: mickele
-# Contributor: gborzi
-# Contributor: abenson
-
-pkgname=metis
-pkgver=5.1.0.p7
-_pkgver=5.1.0-p7
-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=('1e36553cefd382ff1b6888f41b228595c0ccd7890cee77f214775054841c3366')
-
-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 375612, metis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 20:17:28 UTC (rev 375613)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: jedbrown
+# Contributor: eleftg
+# Contributor: mickele
+# Contributor: gborzi
+# Contributor: abenson
+
+pkgname=metis
+pkgver=5.1.0.p8
+_pkgver=5.1.0-p8
+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=($pkgname-$pkgver.tar.bz2::"https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2")
+sha256sums=('d098b9909477aeefcc06604faa2953d6248833dcec6ede8971ea991e443fed01')
+
+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