diff options
author | root <root@rshg054.dnsready.net> | 2012-12-16 02:25:47 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-16 02:25:47 -0800 |
commit | d1335cc6b44826a3ae6934a40bd618bfddcd2e6e (patch) | |
tree | 14e670e9b7ea52dfebe033b6c6ba4fd952ae973f /community/sage-mathematics/PKGBUILD | |
parent | a829a3b1a4b3eefc7adb1d630f071247e79b9f72 (diff) |
Sun Dec 16 02:25:22 PST 2012
Diffstat (limited to 'community/sage-mathematics/PKGBUILD')
-rw-r--r-- | community/sage-mathematics/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD index a591ea4c0..a0f739560 100644 --- a/community/sage-mathematics/PKGBUILD +++ b/community/sage-mathematics/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80799 2012-12-03 23:13:56Z dwallace $ +# $Id: PKGBUILD 81283 2012-12-16 01:26:32Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Antonio Rojas < nqn1976 @ gmail.com > # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD pkgname=sage-mathematics -pkgver=5.4 +pkgver=5.4.1 pkgrel=1 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.' url='http://www.sagemath.org' @@ -18,8 +18,7 @@ makedepends=('gcc-fortran' 'desktop-file-utils') optdepends=('imagemagick: some plotting functionality benefits from it' 'texlive-core: some plotting functionality benefits from it, also to use SageTeX' 'openssh: to use the notebook in secure mode' - 'ffmpeg: to show animations' - 'jsmath-fonts: native TeX fonts for the notebook') + 'ffmpeg: to show animations') options=('!makeflags') install="${pkgname}.install" source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar" @@ -55,6 +54,7 @@ build() { # only build sage, no documents #make build make + ./sage --bdist "$pkgver" } << COMMENT @@ -71,7 +71,7 @@ package() { # cp because make install is experimental and will corrupt the install install -d ${pkgdir}/opt/sage - cp -dpr --no-preserve=ownership * ${pkgdir}/opt/sage + cp -dpr --no-preserve=ownership dist/sage-"$pkgver-$CARCH-Linux/"* ${pkgdir}/opt/sage/ # move SageTeX files to more appropriate directory install -d ${pkgdir}/usr/share @@ -95,5 +95,5 @@ package() { } # vim :set ts=2 sw=2 et: -md5sums=('2dea4a2ceea6d500f50260d2d6911bee' - 'dc391f12b7d17dd37326343ec0e99bbd') +md5sums=('069fa0c705a253710a66f76ee9d6168e' + 'b82f94383829eee26648feb977e2d89b') |