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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 09:39:44 UTC 2022


    Date: Saturday, April 23, 2022 @ 09:39:44
  Author: arojas
Revision: 1187546

archrelease: copy trunk to community-x86_64

Added:
  mathomatic/repos/community-x86_64/PKGBUILD
    (from rev 1187545, mathomatic/trunk/PKGBUILD)
Deleted:
  mathomatic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 09:39:33 UTC (rev 1187545)
+++ PKGBUILD	2022-04-23 09:39:44 UTC (rev 1187546)
@@ -1,52 +0,0 @@
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Maintainer:  Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=7
-pkgdesc='General purpose Computer Algebra System written in C'
-arch=('x86_64')
-license=('LGPL')
-url="http://mathomatic.orgserve.de/math/"
-depends=('readline')
-makedepends=('time' 'python')
-optdepends=('python: for running /usr/share/doc/mathomatic/factorial/factorial'
-            'bash: for running a test script'
-            'm4: for complex operations using the matho script'
-            'rlwrap: for readline editing'
-            'gnuplot: for plotting')
-# The original author is dead and the projects site no longer exists. Uploaded a backup copy.
-source=('https://github.com/Atsutane/mathomatic/raw/master/mathomatic-16.0.5.tar.bz2')
-md5sums=('dd04913a98a5073b56f3bc78a01820f3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  2to3 -wn examples/factorial primes/{matho-mult,matho-sum,primorial}
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make READLINE=1
-  cd primes
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make test
-  cd primes
-  make test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir"/usr m4install
-  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
-
-  cd primes
-  make prefix="$pkgdir"/usr install
-  sed -i "s+$pkgdir++" "$pkgdir/usr/bin/matho"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mathomatic/repos/community-x86_64/PKGBUILD (from rev 1187545, mathomatic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 09:39:44 UTC (rev 1187546)
@@ -0,0 +1,52 @@
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Maintainer:  Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=mathomatic
+pkgver=16.0.5
+pkgrel=8
+pkgdesc='General purpose Computer Algebra System written in C'
+arch=('x86_64')
+license=('LGPL')
+url="http://mathomatic.orgserve.de/math/"
+depends=('readline')
+makedepends=('time' 'python')
+optdepends=('python: for running /usr/share/doc/mathomatic/factorial/factorial'
+            'bash: for running a test script'
+            'm4: for complex operations using the matho script'
+            'rlwrap: for readline editing'
+            'gnuplot: for plotting')
+# The original author is dead and the projects site no longer exists. Uploaded a backup copy.
+source=('https://github.com/Atsutane/mathomatic/raw/master/mathomatic-16.0.5.tar.bz2')
+md5sums=('dd04913a98a5073b56f3bc78a01820f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  2to3 -wn examples/factorial primes/{matho-mult,matho-sum,primorial}
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make READLINE=1
+  cd primes
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+  cd primes
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr m4install
+  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
+
+  cd primes
+  make prefix="$pkgdir"/usr install
+  sed -i "s+$pkgdir++" "$pkgdir/usr/bin/matho"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list