wok-next diff mpfr/receipt @ rev 21622

updated elfkickers (3.0 -> 3.1a)
author Hans-G?nter Theisgen
date Thu Jun 25 14:35:46 2020 +0100 (2020-06-25)
parents a3c581bf52b8
children
line diff
     1.1 --- a/mpfr/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/mpfr/receipt	Thu Jun 25 14:35:46 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="4.0.1"
     1.5  CATEGORY="libdevel"
     1.6  SHORT_DESC="Multiple-precision floating-point computations"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="https://www.mpfr.org/"
    1.11  LFS="http://www.linuxfromscratch.org/lfs/view/svn/chapter06/mpfr.html"
    1.12 @@ -13,7 +13,7 @@
    1.13  WGET_URL="http://www.mpfr.org/$PACKAGE-$VERSION/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="gmp-dev texinfo gcc-lib-math"
    1.16 -SPLIT="mpfr-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  #--with-gmp-lib=/cross/$ARCH/sysroot/usr/lib
    1.21 @@ -31,10 +31,7 @@
    1.22  }
    1.23  
    1.24  testsuite() {
    1.25 -	case "$ARCH" in
    1.26 -		arm*) ;;
    1.27 -		*) make check;;
    1.28 -	esac
    1.29 +	make check
    1.30  }
    1.31  
    1.32  genpkg_rules() {