wok diff mpfr/receipt @ rev 24922

updated mpfr and mpfr-dev (4.0.2 -> 4.1.0)
author Hans-G?nter Theisgen
date Mon Apr 11 07:23:35 2022 +0100 (2022-04-11)
parents 2a0479881723
children 9b180a3071fb
line diff
     1.1 --- a/mpfr/receipt	Sun Feb 13 13:09:42 2022 +0000
     1.2 +++ b/mpfr/receipt	Mon Apr 11 07:23:35 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="mpfr"
     1.7 -VERSION="4.0.2"
     1.8 +VERSION="4.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="C library for multiple-precision floating-point computations."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -30,24 +30,26 @@
    1.13  compile_rules()
    1.14  {
    1.15  	case "$ARCH" in
    1.16 -	i?86)
    1.17 +	(i?86)
    1.18  		./configure			\
    1.19  			--enable-thread-safe	\
    1.20  			$CONFIGURE_ARGS &&
    1.21  		make &&
    1.22  		make check &&
    1.23 -		make install ;;
    1.24 -	*)
    1.25 +		make install
    1.26 +		;;
    1.27 +	(*)
    1.28  		./configure			\
    1.29  			--enable-thread-safe	\
    1.30  			$CONFIGURE_ARGS &&
    1.31  		make &&
    1.32 -		make install ;;
    1.33 +		make install
    1.34 +		;;
    1.35  	esac
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	cook_copy_files *.so*
    1.42 +	cook_copy_files	*.so*
    1.43  }