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

Antonio Rojas arojas at gemini.archlinux.org
Fri Feb 25 15:36:32 UTC 2022


    Date: Friday, February 25, 2022 @ 15:36:31
  Author: arojas
Revision: 1136595

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
    (from rev 1136594, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-25 15:36:22 UTC (rev 1136594)
+++ PKGBUILD	2022-02-25 15:36:31 UTC (rev 1136595)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-3-0
-_patchver=3
-#pkgver=${_majver//-/.}.p${_patchver}
-pkgver=${_majver//-/.}
-pkgrel=2
-pkgdesc='Computer Algebra System for polynomial computations'
-arch=(x86_64)
-url='https://www.singular.uni-kl.de/'
-license=(GPL)
-depends=(flint cddlib)
-makedepends=(doxygen)
-#source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz
-source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz
-         doc-$pkgver.tbz2::ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/doc.tbz2)
-sha256sums=('74f38288203720e3f280256f2f8deb94030dd032b4237d844652aff0faab36e7'
-            '75c5d0760b0591edcd4c10c8514a38545e9555fbbe923e6e8d3e4aa7ce8f0fd1')
-options=(!zipman)
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --docdir=/usr/share/doc \
-    --enable-bigintm-module \
-    --enable-bigintm-module \
-    --enable-Order-module \
-    --enable-python-module \
-    --enable-gfanlib-module \
-    --enable-polymake-module
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd singular-${_majver//-/.}
-  make check
-}
-  
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../singular.idx -t "$pkgdir"/usr/share/singular
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 1136594, singular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-25 15:36:31 UTC (rev 1136595)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-3-0
+_patchver=1
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=1
+pkgdesc='Computer Algebra System for polynomial computations'
+arch=(x86_64)
+url='https://www.singular.uni-kl.de/'
+license=(GPL)
+depends=(flint cddlib)
+makedepends=(doxygen)
+source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz
+#source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz
+         doc-$pkgver.tbz2::ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/doc.tbz2)
+sha256sums=('9ecf2228c9238d23456b8ffbe60b1b8d20f6f45b36e7af0ab2945e80d7c86e9b'
+            '75c5d0760b0591edcd4c10c8514a38545e9555fbbe923e6e8d3e4aa7ce8f0fd1')
+options=(!zipman)
+
+build() {
+  cd singular-${_majver//-/.}p${_patchver}
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --docdir=/usr/share/doc \
+    --enable-bigintm-module \
+    --enable-bigintm-module \
+    --enable-Order-module \
+    --enable-python-module \
+    --enable-gfanlib-module \
+    --enable-polymake-module
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd singular-${_majver//-/.}p${_patchver}
+  make check
+}
+  
+package() {
+  cd singular-${_majver//-/.}p${_patchver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list