wok-next view ilmbase/receipt @ rev 15292

Up: firefox (17.0.9esr)
author Richard Dunbar <mojo@slitaz.org>
date Thu Sep 26 20:58:22 2013 +0000 (2013-09-26)
parents 7ef6b00b9685
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="ilmbase"
4 VERSION="1.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.openexr.org"
10 WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS &&
17 make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
25 }