Mercurial > repos > geert-vandeweyer > package_perl_threading
comparison tool_dependencies.xml @ 4:cb54e0b1094b draft
Uploaded
author | geert-vandeweyer |
---|---|
date | Thu, 13 Feb 2014 07:41:48 -0500 |
parents | 7eaf5840ab50 |
children | ad1c2f6bbfb6 |
comparison
equal
deleted
inserted
replaced
3:7eaf5840ab50 | 4:cb54e0b1094b |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="perl_threads" version='1.92'> | 3 <package name="perl_module_threads" version='1.92'> |
4 <install version='1.0'> | 4 <install version='1.0'> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-1.92.tar.gz</action> | 6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-1.92.tar.gz</action> |
7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
8 <action type="shell_command"> | 8 <action type="shell_command"> |
9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
10 make && | 10 make && |
11 make install && | 11 make install |
12 export VAR=`ls $INSTALL_DIR/lib/perl5/` | |
13 </action> | 12 </action> |
14 <action type="set_environment"> | 13 <action type="set_environment"> |
15 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/$VAR</environment_variable> | 14 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> |
16 </action> | 15 </action> |
17 </actions> | 16 </actions> |
18 | 17 |
19 </install> | 18 </install> |
20 <readme>This package install threads CPAN package for Perl.</readme> | 19 <readme>This package install threads CPAN package for Perl.</readme> |
21 </package> | 20 </package> |
22 <package name="perl_threads_shared" version='1.46'> | 21 <package name="perl_module_threads_shared" version='1.46'> |
23 <install version='1.0'> | 22 <install version='1.0'> |
24 <actions> | 23 <actions> |
25 | 24 |
26 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.46.tar.gz</action> | 25 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.46.tar.gz</action> |
27 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 26 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
28 <action type="shell_command"> | 27 <action type="shell_command"> |
29 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && | 28 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && |
30 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 29 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
31 make && | 30 make && |
32 make install && | 31 make install |
33 export VAR=`ls $INSTALL_DIR/lib/perl5/` | |
34 </action> | 32 </action> |
35 | 33 |
36 | 34 |
37 <action type="set_environment"> | 35 <action type="set_environment"> |
38 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/$VAR</environment_variable> | 36 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> |
39 </action> | 37 </action> |
40 </actions> | 38 </actions> |
41 | 39 |
42 </install> | 40 </install> |
43 <readme>This package install threads::shared CPAN package for Perl.</readme> | 41 <readme>This package install threads::shared CPAN package for Perl.</readme> |
44 </package> | 42 </package> |
45 <package name="perl_Thread_Queue" version='3.02'> | 43 <package name="perl_module_Thread_Queue" version='3.02'> |
46 <install version='1.0'> | 44 <install version='1.0'> |
47 <actions> | 45 <actions> |
48 | 46 |
49 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.02.tar.gz</action> | 47 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.02.tar.gz</action> |
50 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | 48 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
51 <action type="shell_command"> | 49 <action type="shell_command"> |
52 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && | 50 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && |
53 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | 51 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
54 make && | 52 make && |
55 make install && | 53 make install |
56 export VAR=`ls $INSTALL_DIR/lib/perl5/` | |
57 </action> | 54 </action> |
58 | 55 |
59 | 56 |
60 <action type="set_environment"> | 57 <action type="set_environment"> |
61 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/$VAR</environment_variable> | 58 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> |
62 </action> | 59 </action> |
63 </actions> | 60 </actions> |
64 | 61 |
65 </install> | 62 </install> |
66 | 63 |