Commit 6edf5a32 authored by Łukasz Nowak's avatar Łukasz Nowak

- profile to fetch libtiff


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40696 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00975487
[buildout]
extends =
../software-profiles/libjpeg.cfg
../software-profiles/jbigkit.cfg
../software-profiles/zlib.cfg
parts =
libtiff
[libtiff]
recipe = hexagonit.recipe.cmmi
url = http://download.osgeo.org/libtiff/tiff-3.9.4.tar.gz
md5sum = 2006c1bdd12644dbf02956955175afd6
environment =
CFLAGS=-I${libjpeg:location}/include -I${jbigkit:location}/include -I${zlib:location}/include
LDFLAGS=-L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib -L${jbigkit:location}/lib -Wl,-rpath -Wl,${jbigkit:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment