Mercurial > repos > pjbriggs > pal_finder
comparison tool_dependencies.xml @ 1:771ebe02636f draft
Uploaded version 0.02.04.2: fix bug that causes tool to fail when prefix includes spaces; add explicit dependency on Perl 5.16.3.
author | pjbriggs |
---|---|
date | Mon, 23 Mar 2015 07:01:37 -0400 |
parents | 3f908e7fff4f |
children | b6ccc7dd7b02 |
comparison
equal
deleted
inserted
replaced
0:3f908e7fff4f | 1:771ebe02636f |
---|---|
27 </action> | 27 </action> |
28 </actions> | 28 </actions> |
29 </install> | 29 </install> |
30 <readme>pal_finder also needs Perl</readme> | 30 <readme>pal_finder also needs Perl</readme> |
31 </package> | 31 </package> |
32 <package name="perl" version="5.16.3"> | |
33 <install version="1.0"> | |
34 <actions> | |
35 <!-- install perl --> | |
36 <action type="download_by_url">http://www.cpan.org/src/5.0/perl-5.16.3.tar.gz</action> | |
37 <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR -Dstartperl='#!/usr/bin/env perl'</action> | |
38 <action type="make_install" /> | |
39 <action type="set_environment"> | |
40 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
41 </action> | |
42 </actions> | |
43 </install> | |
44 <readme> | |
45 Perl 5 is a highly capable, feature-rich programming language with over 25 years of | |
46 development: | |
47 | |
48 http://www.perl.org/ | |
49 </readme> | |
50 </package> | |
32 <package name="primer3_core" version="2.0.0"> | 51 <package name="primer3_core" version="2.0.0"> |
33 <install version="1.0"> | 52 <install version="1.0"> |
34 <actions> | 53 <actions> |
35 <action type="download_by_url">https://sourceforge.net/projects/primer3/files/primer3/2.0.0-alpha/primer3-2.0.0-alpha.tar.gz</action> | 54 <action type="download_by_url">https://sourceforge.net/projects/primer3/files/primer3/2.0.0-alpha/primer3-2.0.0-alpha.tar.gz</action> |
36 <action type="shell_command">make -C src -f Makefile</action> | 55 <action type="shell_command">make -C src -f Makefile</action> |