wok view openexr-dev/receipt @ rev 23709

updated twisted (19.7.0 -> 20.3.0)
author Hans-G?nter Theisgen
date Tue Apr 28 17:04:13 2020 +0100 (2020-04-28)
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 }