wok diff openexr-dev/receipt @ rev 23655

Up openssh (8.2p1) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 21 06:26:34 2020 +0000 (2020-04-21)
parents bd8afc28972c
children 848e2021d813
line diff
     1.1 --- a/openexr-dev/receipt	Fri Dec 27 15:09:54 2019 +0100
     1.2 +++ b/openexr-dev/receipt	Tue Apr 21 06:26:34 2020 +0000
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openexr-dev"
     1.7 -VERSION="2.3.0"
     1.8 +VERSION="2.4.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for openexr."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://www.openexr.com/"
    1.14  
    1.15 -DEPENDS="ilmbase-dev openexr gcc83 pkg-config"
    1.16 +DEPENDS="gcc83 ilmbase-dev openexr pkg-config"
    1.17  WANTED="openexr"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	mkdir -p $fs/usr/share
    1.24 +#	mkdir -p $fs/usr/share
    1.25  
    1.26  	cp -a $install/usr/include		$fs/usr
    1.27  	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.29 -	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.30 +
    1.31 +# 2.4.1 no longer supplied:
    1.32 +#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.33 +#	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.34  }