wok-next view ilmbase/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 289e794fc5bc
children 0ec6086e21d6
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 && make && make install
18 }
20 genpkg_rules() {
21 case $PACKAGE in
22 ilmbase) copy @std;;
23 *-dev) copy @dev;;
24 esac
25 }