wok view ilmbase/receipt @ rev 22343

ilmbase, open-iscsi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 15:00:59 2019 +0100 (2019-11-17)
parents 289e794fc5bc
children a1edbdbd0231
line source
1 # SliTaz package receipt.
3 PACKAGE="ilmbase"
4 VERSION="2.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.openexr.org"
11 WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
13 BUILD_DEPENDS="bash"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/lib/*.so* $fs/usr/lib
27 }