wok diff mpfr-dev/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 3f576c26c703
children 9b180a3071fb
line diff
     1.1 --- a/mpfr-dev/receipt	Wed May 01 10:09:51 2019 +0100
     1.2 +++ b/mpfr-dev/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-dev"
     1.7 -VERSION="4.0.2"
     1.8 +VERSION="4.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Multiple Precision Arithmetic - development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,5 +16,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cook_copy_files *.*a *.h
    1.17 +	cook_copy_files	*.*a
    1.18 +	cook_copy_files	*.h
    1.19  }