# HG changeset patch # User Hans-G?nter Theisgen # Date 1574928391 -3600 # Node ID a34e89287584b759bf52cf6228c56b05af467e20 # Parent 46bdefb69ece8b9c561144f308b5831f74feee2c updated openexr-dev (2.2.0 -> 2.3.0) diff -r 46bdefb69ece -r a34e89287584 openexr-dev/receipt --- a/openexr-dev/receipt Thu Nov 28 08:57:35 2019 +0100 +++ b/openexr-dev/receipt Thu Nov 28 09:06:31 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="openexr-dev" -VERSION="2.2.0" +VERSION="2.3.0" CATEGORY="development" -SHORT_DESC="devel files for openexr" +SHORT_DESC="Development files for openexr." MAINTAINER="slaxemulator@gmail.com" LICENSE="BSD" -WEB_SITE="http://www.openexr.org/" +WEB_SITE="https://www.openexr.com/" + +DEPENDS="ilmbase-dev openexr pkg-config" WANTED="openexr" -DEPENDS="openexr ilmbase-dev pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/share/aclocal $fs/usr/share + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/share/aclocal $fs/usr/share }