wok-next view ilmbase/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents c3a368c0cddb
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.openexr.org"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
14 SPLIT="ilmbase-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 ilmbase) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }