[Erp5-report] r38559 luke - /erp5/trunk/buildout/software-profiles/ghostscript.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 22 18:37:04 CEST 2010


Author: luke
Date: Wed Sep 22 18:37:04 2010
New Revision: 38559

URL: http://svn.erp5.org?rev=38559&view=rev
Log:
 - fix ghostscript uncompressed tarball before configuring

Modified:
    erp5/trunk/buildout/software-profiles/ghostscript.cfg

Modified: erp5/trunk/buildout/software-profiles/ghostscript.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ghostscript.cfg?rev=38559&r1=38558&r2=38559&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Wed Sep 22 18:37:04 2010
@@ -1,8 +1,16 @@
 [buildout]
 parts = ghostscript
 
+[ghostscript-hooks-download]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/buildout-hooks/ghostscript-hooks.py-r38557
+filename = ghostscript-hooks.py
+md5sum = e7b4a88db7000d3d3222dbe803791d8f
+download-only = true
+
 [ghostscript]
 <= ghostscript-9
+pre-configure-hook = ${ghostscript-hooks-download:location}/${ghostscript-hooks-download:filename}:pre_configure_hook
 
 [ghostscript-9]
 recipe = hexagonit.recipe.cmmi




More information about the Erp5-report mailing list