wok diff giac/receipt @ rev 24600

updated ghostscript and ghostscript-dev again (9.02 -> 9.55.0)
author Hans-G?nter Theisgen
date Wed Mar 02 07:43:51 2022 +0100 (2022-03-02)
parents b78e79c31b1f
children bc2b9d9bed6f
line diff
     1.1 --- a/giac/receipt	Fri Feb 11 11:14:46 2022 +0000
     1.2 +++ b/giac/receipt	Wed Mar 02 07:43:51 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="giac"
     1.7 -VERSION="1.5.0.85"
     1.8 +VERSION="1.7.0.47"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="A free computer algebra system."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -12,10 +12,10 @@
    1.13  WGET_URL="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/$TARBALL"
    1.14  
    1.15  DEPENDS="cocoalib fltk gf2x gmp gsl libpng mpfr ntl pari readline"
    1.16 -BUILD_DEPENDS="bison cocoalib expat-dev fltk-2.0.x-gl fltk-dev gf2x-dev 
    1.17 -	gfortran gmp-dev gsl-dev libboost-system-dev libpng-dev 
    1.18 -	libtool libxml2-dev mesa-dev mpfr-dev ntl pari-dev readline-dev 
    1.19 -	xorg-libX11-dev xorg-libXinerama-dev" # lapack
    1.20 +BUILD_DEPENDS="bison cocoalib expat-dev fltk-2.0.x-gl fltk-dev gf2x-dev
    1.21 +	gfortran gmp-dev gsl-dev libboost-system-dev libpng-dev
    1.22 +	libtool libxml2-dev mesa-dev mpfr-dev ntl pari-dev py3k
    1.23 +	readline-dev xorg-libX11-dev xorg-libXinerama-dev" # lapack
    1.24  
    1.25  # What is the latest version available today?
    1.26  current_version()
    1.27 @@ -28,11 +28,14 @@
    1.28  compile_rules()
    1.29  {
    1.30  	sed -i 's| doc | |' Makefile*
    1.31 +
    1.32  	cp /usr/include/FL/Fl_PostScript.H	/usr/include/FL/Fl_PostScript.H.ORG
    1.33  	cp /usr/include/FL/Fl_Input.H		/usr/include/FL/Fl_Input.H.ORG
    1.34 +
    1.35  	sed -i 's/protected:/public:/' \
    1.36  		/usr/include/FL/Fl_Input.H \
    1.37  		/usr/include/FL/Fl_PostScript.H
    1.38 +
    1.39  	export LDFLAGS="$LDFLAGS -lgf2x -lboost_system"
    1.40  
    1.41  	./configure $CONFIGURE_ARGS &&
    1.42 @@ -46,5 +49,5 @@
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46 -	cp -a $install/* $fs
    1.47 +	cp -a $install/*	$fs
    1.48  }