wok rev 22381

updated openexr-dev (2.2.0 -> 2.3.0)
author Hans-G?nter Theisgen
date Thu Nov 28 09:06:31 2019 +0100 (2019-11-28)
parents 46bdefb69ece
children c750cd3d2112
files openexr-dev/receipt
line diff
     1.1 --- a/openexr-dev/receipt	Thu Nov 28 08:57:35 2019 +0100
     1.2 +++ b/openexr-dev/receipt	Thu Nov 28 09:06:31 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openexr-dev"
     1.7 -VERSION="2.2.0"
     1.8 +VERSION="2.3.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files for openexr"
    1.11 +SHORT_DESC="Development files for openexr."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://www.openexr.org/"
    1.15 +WEB_SITE="https://www.openexr.com/"
    1.16 +
    1.17 +DEPENDS="ilmbase-dev openexr pkg-config"
    1.18  WANTED="openexr"
    1.19  
    1.20 -DEPENDS="openexr ilmbase-dev pkg-config"
    1.21 -
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib $fs/usr/share
    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 +	mkdir -p $fs/usr/lib
    1.31 +	mkdir -p $fs/usr/share
    1.32 +
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.36 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.37  }