wok diff pari/receipt @ rev 23528

updated python-pillow (2.3.0 -> 6.2.2)
author Hans-G?nter Theisgen
date Mon Apr 06 14:39:48 2020 +0100 (2020-04-06)
parents 8cd03bcd99f2
children 5ba5534362b6
line diff
     1.1 --- a/pari/receipt	Fri May 31 17:51:21 2019 +0100
     1.2 +++ b/pari/receipt	Mon Apr 06 14:39:48 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pari"
     1.7 -VERSION="2.11.2"
     1.8 +VERSION="2.11.3"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Computer algebra system designed for fast computations in number theory."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -25,11 +25,12 @@
    1.13  		--graphic=X11		\
    1.14  		--builddir=build	\
    1.15  		--prefix=/usr &&
    1.16 -	cd build
    1.17 +	cd build &&
    1.18  	make all &&
    1.19  	make DESTDIR=$install install 2>&1 | sed \
    1.20  		-e "s/dvi': No such/dvi': no such/" \
    1.21  		-e "s/ps': No such/ps': no such/"
    1.22 +
    1.23  	rm -rf $src/build
    1.24  }
    1.25