wok diff tiff/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/tiff/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/tiff/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff"
     1.7 -VERSION="4.1.0"
     1.8 +VERSION="4.4.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A library of functions for manipulating TIFF format image files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -33,6 +33,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  }