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