comparison tool_dependencies.xml @ 24:095812dc2ed9 draft

Uploaded
author big-tiandm
date Thu, 06 Nov 2014 01:30:51 -0500
parents 22d79320085c
children dd21719ca6e3
comparison
equal deleted inserted replaced
23:cad6a1dfb174 24:095812dc2ed9
28 28
29 <package name="threads" version="1.96"> 29 <package name="threads" version="1.96">
30 <install version="1.0"> 30 <install version="1.0">
31 <actions> 31 <actions>
32 <action type="download_by_url">http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-1.96.tar.gz</action> 32 <action type="download_by_url">http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-1.96.tar.gz</action>
33 <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> 33 <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action>
34 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action>
34 <action type="shell_command">make</action> 35 <action type="shell_command">make</action>
35 <action type="shell_command">make install</action> 36 <action type="shell_command">make install</action>
36 <action type="set_environment"> 37 <action type="set_environment">
37 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> 38 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable>
38 </action> 39 </action>
39 </actions> 40 </actions>
40 </install> 41 </install>
41 </package> 42 </package>
42 43
43 44
44 <package name="Parallel-ForkManager" version="1.06"> 45 <package name="Parallel-ForkManager" version="1.06">
45 <install version="1.0"> 46 <install version="1.0">
46 <actions> 47 <actions>
47 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz</action> 48 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz</action>
48 <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> 49 <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action>
50 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action>
49 <action type="shell_command">make</action> 51 <action type="shell_command">make</action>
50 <action type="shell_command">make install</action> 52 <action type="shell_command">make install</action>
51 <action type="set_environment"> 53 <action type="set_environment">
52 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> 54 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable>
53 </action> 55 </action>
54 </actions> 56 </actions>
55 </install> 57 </install>
56 </package> 58 </package>
57 59
58 <package name="SVG" version="2.59"> 60 <package name="SVG" version="2.59">
59 <install version="1.0"> 61 <install version="1.0">
60 <actions> 62 <actions>
61 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/SVG-2.59.tar.gz</action> 63 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/SVG-2.59.tar.gz</action>
62 <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> 64 <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action>
65 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action>
63 <action type="shell_command">make</action> 66 <action type="shell_command">make</action>
64 <action type="shell_command">make install</action> 67 <action type="shell_command">make install</action>
65 <action type="set_environment"> 68 <action type="set_environment">
66 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> 69 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable>
67 </action> 70 </action>
68 </actions> 71 </actions>
69 </install> 72 </install>
70 </package> 73 </package>
71 74
72 <package name="Boost-Graph" version="1.4"> 75 <package name="Boost-Graph" version="1.4">
73 <install version="1.0"> 76 <install version="1.0">
74 <actions> 77 <actions>
75 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action> 78 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action>
76 <action type="shell_command">perl Makefile.PL PREFIX=$INSTALL_DIR </action> 79 <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action>
80 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action>
77 <action type="shell_command">make</action> 81 <action type="shell_command">make</action>
78 <action type="shell_command">make install</action> 82 <action type="shell_command">make install</action>
79 <action type="set_environment"> 83 <action type="set_environment">
80 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> 84 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable>
81 </action> 85 </action>
82 </actions> 86 </actions>
83 </install> 87 </install>
84 </package> 88 </package>
85 89