[Erp5-report] r40696 luke - /erp5/trunk/buildout/software-profiles/libtiff.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 15:40:53 CET 2010


Author: luke
Date: Thu Nov 25 15:40:51 2010
New Revision: 40696

URL: http://svn.erp5.org?rev=40696&view=rev
Log:
 - profile to fetch libtiff

Added:
    erp5/trunk/buildout/software-profiles/libtiff.cfg

Added: erp5/trunk/buildout/software-profiles/libtiff.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/libtiff.cfg?rev=40696&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/libtiff.cfg (added)
+++ erp5/trunk/buildout/software-profiles/libtiff.cfg [utf8] Thu Nov 25 15:40:51 2010
@@ -0,0 +1,17 @@
+[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




More information about the Erp5-report mailing list