wok annotate 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
rev   line source
slaxemulator@6555 1 # SliTaz package receipt.
slaxemulator@6555 2
slaxemulator@6555 3 PACKAGE="ilmbase"
pascal@18204 4 VERSION="2.2.0"
slaxemulator@6555 5 CATEGORY="x-window"
slaxemulator@6555 6 SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR"
slaxemulator@6555 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15600 8 LICENSE="BSD"
slaxemulator@6555 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6555 10 WEB_SITE="http://www.openexr.org"
slaxemulator@6555 11 WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
slaxemulator@6555 12
pascal@22343 13 BUILD_DEPENDS="bash"
pascal@22343 14
slaxemulator@6555 15 # Rules to configure and make the package.
slaxemulator@6555 16 compile_rules()
slaxemulator@6555 17 {
slaxemulator@10196 18 ./configure $CONFIGURE_ARGS &&
slaxemulator@10196 19 make && make install
slaxemulator@6555 20 }
slaxemulator@6555 21
slaxemulator@6555 22 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6555 23 genpkg_rules()
slaxemulator@6555 24 {
slaxemulator@6555 25 mkdir -p $fs/usr/lib
pascal@15600 26 cp -a $install/usr/lib/*.so* $fs/usr/lib
slaxemulator@6555 27 }