wok-next diff mpfr4/receipt @ rev 21597
updated dosbox (0.74-2 -> 0.74.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:18:09 2020 +0100 (2020-06-24) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/mpfr4/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/mpfr4/receipt Wed Jun 24 14:18:09 2020 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 VERSION="3.1.5" 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/stable/chapter06/mpfr.html" 1.12 @@ -29,10 +29,7 @@ 1.13 } 1.14 1.15 testsuite() { 1.16 - case "$ARCH" in 1.17 - arm*) ;; 1.18 - *) make check;; 1.19 - esac 1.20 + make check 1.21 } 1.22 1.23 genpkg_rules() {