wok-next view openexr/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 0c430fcaf2d9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="openexr"
4 VERSION="2.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Library for EXR images"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.openexr.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="zlib zlib-dev ilmbase-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 openexr)
27 copy @std
28 DEPENDS="zlib ilmbase"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }