wok-next diff giac/receipt @ rev 20256

ecm: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 15:55:13 2017 +0100 (2017-11-07)
parents 2f3aba6cc31e
children dd145c435e4b
line diff
     1.1 --- a/giac/receipt	Mon Jun 12 11:39:09 2017 +0300
     1.2 +++ b/giac/receipt	Tue Nov 07 15:55:13 2017 +0100
     1.3 @@ -1,20 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="giac"
     1.7 -VERSION="0.9.4"
     1.8 +VERSION="1.4.9"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Giac/Xcas is a free computer algebra system"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz"
    1.16 +WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/$TARBALL"
    1.17  
    1.18  DEPENDS="gmp mpfr libpng gsl pari ntl readline cocoalib fltk gf2x"
    1.19  BUILD_DEPENDS="gmp-dev mpfr-dev libpng-dev gsl-dev pari-dev ntl readline-dev \
    1.20  cocoalib fltk-dev xorg-libX11-dev gf2x-dev xorg-libXinerama-dev libxml2-dev \
    1.21  fltk-2.0.x-gl bison gfortran mesa-dev expat-dev gf2x-dev libboost-dev \
    1.22 -libboost-system" # lapack
    1.23 +libboost-system xorg-libxshmfence-dev" # lapack
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()