wok diff mpfr-dev/receipt @ rev 24937

Up iptraf (3.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 14 08:53:05 2022 +0000 (2022-04-14)
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	Thu Apr 14 08:53:05 2022 +0000
     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  }