changeset 3:e44dda38e6ae draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/osra commit 83e947d9a1921939ba3b2c3d7067b8a0e72e2757-dirty
author bgruening
date Tue, 01 Mar 2016 10:41:20 -0500
parents d2490712b67d
children aeb1f7daa7c2
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Nov 01 10:35:04 2015 -0500
+++ b/tool_dependencies.xml	Tue Mar 01 10:41:20 2016 -0500
@@ -23,7 +23,7 @@
                 </action>
 
                 <!--compiling potrace-1.11 -->
-                <action type="download_file">http://potrace.sourceforge.net/download/1.11/potrace-1.11.tar.gz</action>
+                <action type="download_file">https://depot.galaxyproject.org/software/potrace/potrace_1.11_src_all.tar.gz</action>
                 <action type="shell_command">tar xfvz potrace-1.11.tar.gz &amp;&amp; cd potrace-1.11 &amp;&amp; ./configure --with-libpotrace --prefix=$INSTALL_DIR/potrace/build &amp;&amp; make &amp;&amp; make install</action>
 
                 <!--compiling gocr 0.50patched -->