wok view openexr-dev/receipt @ rev 23809

linld: add isoboot (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 16:43:25 2020 +0000 (2020-05-24)
parents bd8afc28972c
children 848e2021d813
line source
1 # SliTaz package receipt.
3 PACKAGE="openexr-dev"
4 VERSION="2.4.1"
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="gcc83 ilmbase-dev openexr pkg-config"
12 WANTED="openexr"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 # mkdir -p $fs/usr/share
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 # 2.4.1 no longer supplied:
24 # cp -a $install/usr/lib/*.*a $fs/usr/lib
25 # cp -a $install/usr/share/aclocal $fs/usr/share
26 }