wok diff mpfr/receipt @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
parents 9dbcbcae7c12
children c470ca10c896
line diff
     1.1 --- a/mpfr/receipt	Mon Apr 11 07:23:35 2022 +0100
     1.2 +++ b/mpfr/receipt	Fri May 20 10:31:53 2022 +0100
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="C library for multiple-precision floating-point computations."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="https://www.mpfr.org/"
     1.8 +WEB_SITE="https://gitlab.inria.fr/mpfr"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11 -WGET_URL="${WEB_SITE}$PACKAGE-$VERSION/$TARBALL"
    1.12 +WGET_URL="https://ftp.gnu.org/gnu/mpfr/$TARBALL"
    1.13  
    1.14  DEPENDS="gmp"
    1.15  BUILD_DEPENDS="gmp-dev"