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

Antonio Rojas arojas at archlinux.org
Thu Aug 27 22:01:51 UTC 2020


    Date: Thursday, August 27, 2020 @ 22:01:50
  Author: arojas
Revision: 690095

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 22:01:42 UTC (rev 690094)
+++ PKGBUILD	2020-08-27 22:01:50 UTC (rev 690095)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=palp
-pkgver=2.11
-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=('84a2338a994ccbb93adbef91610832311aafca814ab9f05e0c49e3d9b2f68426')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Honor system cflags
-  sed -e "s|^CFLAGS=.*|CFLAGS=${CPPFLAGS} ${CFLAGS} ${LDFLAGS}|" -i Makefile -i GNUmakefile
-}
-
-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 690094, palp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 22:01:50 UTC (rev 690095)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=palp
+pkgver=2.12
+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=('f47ad9317549cb33bb4a098cc53c4af7baff0f86164aa7b4c8b46b4fa09af626')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Honor system cflags
+  sed -e "s|^CFLAGS=.*|CFLAGS=${CPPFLAGS} ${CFLAGS} ${LDFLAGS}|" -i Makefile -i GNUmakefile
+}
+
+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