wok-current view openexr-dev/receipt @ rev 25732

Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 16:09:35 2024 +0000 (7 days ago)
parents d9c7e1e77a12
children
line source
1 # SliTaz package receipt.
3 PACKAGE="openexr-dev"
4 VERSION="2.5.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for openexr."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.openexr.com/"
11 DEPENDS="ilmbase-dev openexr pkg-config"
12 WANTED="openexr"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 # mkdir -p $fs/usr/share
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib*/pkgconfig $fs/usr/lib
25 # 2.4.1 no longer supplied:
26 # cp -a $install/usr/lib/*.*a $fs/usr/lib
27 # cp -a $install/usr/share/aclocal $fs/usr/share
28 }