wok diff nspr/receipt @ rev 25003

updated nspr and nspr-dev (4.25 -> 4.33)
author Hans-G?nter Theisgen
date Mon May 16 14:53:05 2022 +0100 (2022-05-16)
parents 3e9a9990c985
children 03fa4e9f1f0b
line diff
     1.1 --- a/nspr/receipt	Thu Jul 08 13:19:25 2021 +0000
     1.2 +++ b/nspr/receipt	Mon May 16 14:53:05 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nspr"
     1.7 -VERSION="4.25"
     1.8 +VERSION="4.33"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Netscape Portable Runtime."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12 @@ -41,6 +41,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -    mkdir -p $fs/usr/lib
    1.17 -    cp -a $install/usr/lib/*so* $fs/usr/lib
    1.18 +	cook_copy_files	*.so*
    1.19  }