[arch-commits] Commit in pynac/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sun Jul 15 19:15:10 UTC 2018


    Date: Sunday, July 15, 2018 @ 19:15:10
  Author: arojas
Revision: 359583

archrelease: copy trunk to community-staging-x86_64

Added:
  pynac/repos/community-staging-x86_64/
  pynac/repos/community-staging-x86_64/PKGBUILD
    (from rev 359582, pynac/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: pynac/repos/community-staging-x86_64/PKGBUILD (from rev 359582, pynac/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-15 19:15:10 UTC (rev 359583)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.7.22
+pkgrel=3
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
+arch=(x86_64)
+url="http://pynac.org"
+license=(GPL)
+depends=(python2 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
+sha256sums=('7fa8e2a8be77c2a64ac794a5ccb53dcbd232f8a2cccad31b876e90f72fcdc090')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list