[arch-commits] Commit in pari-sage/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Jan 11 22:50:27 UTC 2017


    Date: Wednesday, January 11, 2017 @ 22:50:26
  Author: arojas
Revision: 206861

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
    (from rev 206860, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
    (from rev 206860, pari-sage/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 206860, pari-sage/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-01-11 22:50:26 UTC (rev 206861)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari-sage
+_pkgver=2.9.1
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz")
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 206860, pari-sage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-01-11 22:50:26 UTC (rev 206861)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari-sage
+_pkgver=2.9.1
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz")
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}



More information about the arch-commits mailing list