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