libtiff.cfg 566 Bytes
Newer Older
1 2
[buildout]
extends =
3 4 5
  libjpeg.cfg
  jbigkit.cfg
  zlib.cfg
6 7 8 9 10 11

parts =
  libtiff

[libtiff]
recipe = hexagonit.recipe.cmmi
12 13
url = http://download.osgeo.org/libtiff/tiff-3.9.5.tar.gz
md5sum = 8fc7ce3b4e1d0cc8a319336967815084
14 15
configure-options =
  --without-x
16
environment =
17
  CPPFLAGS=-I${libjpeg:location}/include -I${jbigkit:location}/include -I${zlib:location}/include
18
  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