wok diff libjpeg/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents 038e3e646808
children ccb3cb4d6f56
line diff
     1.1 --- a/libjpeg/receipt	Sat Feb 29 14:32:09 2020 +0100
     1.2 +++ b/libjpeg/receipt	Wed May 18 06:55:41 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libjpeg"
     1.7 -VERSION="9d"
     1.8 +VERSION="9e"
     1.9  CATEGORY="x-window"
    1.10  TAGS="jpeg jpg"
    1.11  SHORT_DESC="JPEG image libraries."
    1.12 @@ -16,6 +16,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  }