[arch-commits] Commit in pari-sage/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 25 20:01:53 UTC 2016
Date: Friday, March 25, 2016 @ 21:01:52
Author: arojas
Revision: 168382
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 168381, pari-sage/trunk/PKGBUILD)
pari-sage/repos/community-staging-x86_64/
pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 168381, pari-sage/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 168381, pari-sage/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:01:52 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=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://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz")
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+
+build() {
+ cd pari-${_pkgver}
+ ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+ make all
+}
+
+package() {
+ cd pari-${_pkgver}
+ make DESTDIR="$pkgdir" install
+ ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}
Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 168381, pari-sage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-03-25 20:01:52 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=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://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz")
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+
+build() {
+ cd pari-${_pkgver}
+ ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+ make all
+}
+
+package() {
+ cd pari-${_pkgver}
+ make DESTDIR="$pkgdir" install
+ ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}
More information about the arch-commits
mailing list