wok annotate ilmbase/receipt @ rev 21651

Up ffmpegthumbnailer-dev (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 11:18:15 2019 +0200 (2019-05-30)
parents de49f29b101e
children 1fc119985c35
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
slaxemulator@6555 13 # Rules to configure and make the package.
slaxemulator@6555 14 compile_rules()
slaxemulator@6555 15 {
slaxemulator@10196 16 ./configure $CONFIGURE_ARGS &&
slaxemulator@10196 17 make && make install
slaxemulator@6555 18 }
slaxemulator@6555 19
slaxemulator@6555 20 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6555 21 genpkg_rules()
slaxemulator@6555 22 {
slaxemulator@6555 23 mkdir -p $fs/usr/lib
pascal@15600 24 cp -a $install/usr/lib/*.so* $fs/usr/lib
slaxemulator@6555 25 }