wok-6.x annotate ilmbase/receipt @ rev 17419
Up: firefox-official (34.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Dec 03 16:53:16 2014 +0100 (2014-12-03) |
parents | 6836da13af2a |
children | 289e794fc5bc |
rev | line source |
---|---|
slaxemulator@6555 | 1 # SliTaz package receipt. |
slaxemulator@6555 | 2 |
slaxemulator@6555 | 3 PACKAGE="ilmbase" |
slaxemulator@10196 | 4 VERSION="1.0.2" |
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@6555 | 16 cd $src |
slaxemulator@10196 | 17 ./configure $CONFIGURE_ARGS && |
slaxemulator@10196 | 18 make && make install |
slaxemulator@6555 | 19 } |
slaxemulator@6555 | 20 |
slaxemulator@6555 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@6555 | 22 genpkg_rules() |
slaxemulator@6555 | 23 { |
slaxemulator@6555 | 24 mkdir -p $fs/usr/lib |
pascal@15600 | 25 cp -a $install/usr/lib/*.so* $fs/usr/lib |
slaxemulator@6555 | 26 } |