[arch-commits] Commit in normaliz/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 29 20:18:20 UTC 2019


    Date: Sunday, September 29, 2019 @ 20:18:20
  Author: arojas
Revision: 512133

archrelease: copy trunk to community-x86_64

Added:
  normaliz/repos/community-x86_64/PKGBUILD
    (from rev 512132, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-29 20:18:04 UTC (rev 512132)
+++ PKGBUILD	2019-09-29 20:18:20 UTC (rev 512133)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tarn Burton <twburton at gmail dot com>
-
-pkgname=normaliz
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
-arch=(x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/"
-license=(GPL)
-depends=(e-antic)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
-sha256sums=('01c110c7addfea7201f7372d266772525784d61e13417ed0f85fbbf5cee6144e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 source/libnormaliz/output.h -t "$pkgdir"/usr/include/libnormaliz # https://github.com/Normaliz/Normaliz/issues/262
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 512132, normaliz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-29 20:18:20 UTC (rev 512133)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/"
+license=(GPL)
+depends=(e-antic)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
+sha256sums=('22d878d9a87077744f1a2958f4cbbc4acb0e9d8b3dafc0fa963b01bace52bd4c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list