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

Antonio Rojas arojas at archlinux.org
Mon Oct 19 18:18:47 UTC 2020


    Date: Monday, October 19, 2020 @ 18:18:46
  Author: arojas
Revision: 727219

archrelease: copy trunk to community-x86_64

Added:
  palp/repos/community-x86_64/PKGBUILD
    (from rev 727218, palp/trunk/PKGBUILD)
Deleted:
  palp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-19 18:18:37 UTC (rev 727218)
+++ PKGBUILD	2020-10-19 18:18:46 UTC (rev 727219)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=palp
-epoch=1
-pkgver=2.2
-pkgrel=1
-pkgdesc="A Package for analyzing Lattice Polytopes"
-arch=(x86_64)
-url="http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html"
-license=(GPL3)
-depends=(glibc)
-source=("http://hep.itp.tuwien.ac.at/~kreuzer/CY/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('55e8e14380101c91e7e217d98b7e1523e4387054e287961eb161d1761b997a5c')
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir bin
-  mv Global.h Global.h-template
-  for dim in 4 5 6 11; do
-    sed "s/^#define[^a-zA-Z]*POLY_Dmax.*/#define POLY_Dmax $dim/" Global.h-template > Global.h
-    make
-    for file in poly class cws nef mori; do
-      mv ${file}.x bin/${file}-${dim}d.x
-    done
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  pushd bin
-    for exe in *.x; do
-	install -Dm755 $exe -t "$pkgdir"/usr/bin
-    done
-  popd
-  for file in poly class cws nef mori; do
-    ln -sf ${file}-6d.x "$pkgdir"/usr/bin/${file}.x
-  done
-}

Copied: palp/repos/community-x86_64/PKGBUILD (from rev 727218, palp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-19 18:18:46 UTC (rev 727219)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=palp
+epoch=1
+pkgver=2.20
+pkgrel=1
+pkgdesc="A Package for analyzing Lattice Polytopes"
+arch=(x86_64)
+url="http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html"
+license=(GPL3)
+depends=(glibc)
+source=("http://hep.itp.tuwien.ac.at/~kreuzer/CY/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('723e89e78b2d3d94a720dd770c11b932b3e6b56f8a49e0bf3621c776f7a02ce0')
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir bin
+  mv Global.h Global.h-template
+  for dim in 4 5 6 11; do
+    sed "s/^#define[^a-zA-Z]*POLY_Dmax.*/#define POLY_Dmax $dim/" Global.h-template > Global.h
+    make
+    for file in poly class cws nef mori; do
+      mv ${file}.x bin/${file}-${dim}d.x
+    done
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  pushd bin
+    for exe in *.x; do
+	install -Dm755 $exe -t "$pkgdir"/usr/bin
+    done
+  popd
+  for file in poly class cws nef mori; do
+    ln -sf ${file}-6d.x "$pkgdir"/usr/bin/${file}.x
+  done
+}



More information about the arch-commits mailing list