[arch-commits] Commit in (pynac pynac/trunk pynac/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 21 08:22:53 UTC 2014


    Date: Sunday, December 21, 2014 @ 09:22:53
  Author: arojas
Revision: 124253

Splitting sage-mathematics

Added:
  pynac/
  pynac/trunk/
  pynac/trunk/PKGBUILD

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

Added: pynac/trunk/PKGBUILD
===================================================================
--- pynac/trunk/PKGBUILD	                        (rev 0)
+++ pynac/trunk/PKGBUILD	2014-12-21 08:22:53 UTC (rev 124253)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=pynac
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
+arch=('i686' 'x86_64')
+url="http://pynac.org"
+license=('GPL')
+depends=('python2')
+#source=("http://pynac.org/download/$pkgname-$pkgver.tar.bz2")
+source=("http://www.sagemath.org/packages/upstream/pynac/$pkgname-$pkgver.tar.bz2")
+md5sums=('70fae63e2c1cb4ec13eea24a4a780ba8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PYTHON_VERSION=2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: pynac/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list