wok-current rev 22379
updated openexr (2.2.0 -> 2.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 28 08:53:20 2019 +0100 (2019-11-28) |
parents | 6a1c02baeaf8 |
children | 46bdefb69ece |
files | openexr/receipt |
line diff
1.1 --- a/openexr/receipt Thu Nov 28 08:38:50 2019 +0100 1.2 +++ b/openexr/receipt Thu Nov 28 08:53:20 2019 +0100 1.3 @@ -1,30 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openexr" 1.7 -VERSION="2.2.0" 1.8 +VERSION="2.3.0" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="openexr library for EXR images" 1.11 +SHORT_DESC="Openexr library for EXR images." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://www.openexr.com/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.openexr.org/" 1.18 -WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.19 +#WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.20 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.21 1.22 -DEPENDS="zlib ilmbase" 1.23 -BUILD_DEPENDS="zlib zlib-dev ilmbase-dev" 1.24 +DEPENDS="ilmbase zlib" 1.25 +BUILD_DEPENDS="ilmbase-dev zlib-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 ./configure \ 1.31 $CONFIGURE_ARGS && 1.32 - make && make install 1.33 + make && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr/lib 1.41 - cp -a $install/usr/bin $fs/usr 1.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.43 + 1.44 + cp -a $install/usr/bin $fs/usr 1.45 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.46 }