Mercurial > repos > geert-vandeweyer > package_perl_threading
annotate tool_dependencies.xml @ 5:ad1c2f6bbfb6 draft default tip
Uploaded
author | geert-vandeweyer |
---|---|
date | Tue, 19 Apr 2016 05:43:03 -0400 |
parents | cb54e0b1094b |
children |
rev | line source |
---|---|
0 | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool_dependency> | |
5 | 3 <package name="perl_module_threads" version='2.02'> |
0 | 4 <install version='1.0'> |
5 <actions> | |
5 | 6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-2.02.tar.gz</action> |
1
97faf6564efb
Changed installation from lib/perl to lib/perl5
geert-vandeweyer
parents:
0
diff
changeset
|
7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
0 | 8 <action type="shell_command"> |
9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | |
10 make && | |
4 | 11 make install |
0 | 12 </action> |
13 <action type="set_environment"> | |
4 | 14 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> |
0 | 15 </action> |
16 </actions> | |
17 | |
18 </install> | |
19 <readme>This package install threads CPAN package for Perl.</readme> | |
20 </package> | |
5 | 21 <package name="perl_module_threads_shared" version='1.48'> |
0 | 22 <install version='1.0'> |
23 <actions> | |
24 | |
5 | 25 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.48.tar.gz</action> |
1
97faf6564efb
Changed installation from lib/perl to lib/perl5
geert-vandeweyer
parents:
0
diff
changeset
|
26 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
0 | 27 <action type="shell_command"> |
1
97faf6564efb
Changed installation from lib/perl to lib/perl5
geert-vandeweyer
parents:
0
diff
changeset
|
28 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && |
0 | 29 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
30 make && | |
4 | 31 make install |
0 | 32 </action> |
33 | |
34 | |
35 <action type="set_environment"> | |
4 | 36 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> |
0 | 37 </action> |
38 </actions> | |
39 | |
40 </install> | |
41 <readme>This package install threads::shared CPAN package for Perl.</readme> | |
42 </package> | |
5 | 43 <package name="perl_module_Thread_Queue" version='3.07'> |
0 | 44 <install version='1.0'> |
45 <actions> | |
46 | |
5 | 47 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.07.tar.gz</action> |
1
97faf6564efb
Changed installation from lib/perl to lib/perl5
geert-vandeweyer
parents:
0
diff
changeset
|
48 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> |
0 | 49 <action type="shell_command"> |
1
97faf6564efb
Changed installation from lib/perl to lib/perl5
geert-vandeweyer
parents:
0
diff
changeset
|
50 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && |
0 | 51 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && |
52 make && | |
4 | 53 make install |
0 | 54 </action> |
55 | |
56 | |
57 <action type="set_environment"> | |
4 | 58 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> |
0 | 59 </action> |
60 </actions> | |
61 | |
62 </install> | |
63 | |
64 <readme>This package install Thread::Queue CPAN package for Perl.</readme> | |
65 </package> | |
66 | |
67 </tool_dependency> | |
68 |