wok-current diff tiff/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 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	Fri Apr 19 12:48:51 2024 +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  }