wok rev 21483

updated mpfr and mpfr-dev (3.1.5 -> 4.0.2)
author Hans-G?nter Theisgen
date Wed May 01 10:09:51 2019 +0100 (2019-05-01)
parents 1ccc78d4d3b3
children 4c5528fadf3c
files mpfr-dev/receipt mpfr/receipt
line diff
     1.1 --- a/mpfr-dev/receipt	Wed May 01 09:38:09 2019 +0100
     1.2 +++ b/mpfr-dev/receipt	Wed May 01 10:09:51 2019 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="mpfr-dev"
     1.7 -VERSION="3.1.5"
     1.8 +VERSION="4.0.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GNU Multiple Precision Arithmetic devel files."
    1.11 +SHORT_DESC="GNU Multiple Precision Arithmetic - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -WANTED="mpfr"
    1.15  WEB_SITE="https://www.mpfr.org/"
    1.16 -HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="mpfr"
    1.19 +WANTED="mpfr"
    1.20 +
    1.21 +HOST_ARCH="i486 arm"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
     2.1 --- a/mpfr/receipt	Wed May 01 09:38:09 2019 +0100
     2.2 +++ b/mpfr/receipt	Wed May 01 10:09:51 2019 +0100
     2.3 @@ -1,19 +1,21 @@
     2.4  # SliTaz package receipt
     2.5  
     2.6  PACKAGE="mpfr"
     2.7 -VERSION="3.1.5"
     2.8 +VERSION="4.0.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="C library for multiple-precision floating-point computations."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="GPL3"
    2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  WEB_SITE="https://www.mpfr.org/"
    2.15 -WGET_URL="https://www.mpfr.org/mpfr-current/$TARBALL"
    2.16 -HOST_ARCH="i486 arm"
    2.17 +
    2.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.19 +WGET_URL="${WEB_SITE}$PACKAGE-$VERSION/$TARBALL"
    2.20  
    2.21  DEPENDS="gmp"
    2.22  BUILD_DEPENDS="gmp-dev"
    2.23  
    2.24 +HOST_ARCH="i486 arm"
    2.25 +
    2.26  #--with-gmp-lib=/cross/$ARCH/sysroot/usr/lib
    2.27  #--with-gmp-include=/cross/$ARCH/sysroot/usr/include
    2.28  
    2.29 @@ -22,15 +24,18 @@
    2.30  {
    2.31  	case "$ARCH" in
    2.32  	i?86)
    2.33 -		./configure \
    2.34 -			--enable-thread-safe \
    2.35 +		./configure			\
    2.36 +			--enable-thread-safe	\
    2.37  			$CONFIGURE_ARGS &&
    2.38 -		make && make check && make install ;;
    2.39 +		make &&
    2.40 +		make check &&
    2.41 +		make install ;;
    2.42  	*)
    2.43 -		./configure \
    2.44 -			--enable-thread-safe \
    2.45 +		./configure			\
    2.46 +			--enable-thread-safe	\
    2.47  			$CONFIGURE_ARGS &&
    2.48 -		make && make install ;;
    2.49 +		make &&
    2.50 +		make install ;;
    2.51  	esac
    2.52  }
    2.53