0
|
1 <?xml version='1.0' encoding='utf-8'?>
|
|
2 <tool_dependency>
|
|
3 <package name="perl_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/perl</action>
|
|
8 <action type="shell_command">
|
|
9 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl &&
|
|
10 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &&
|
|
11 make &&
|
|
12 make install
|
|
13 </action>
|
|
14
|
|
15
|
|
16 <action type="set_environment">
|
|
17 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl</environment_variable>
|
|
18 </action>
|
|
19 </actions>
|
|
20
|
|
21 </install>
|
|
22 <readme>This package install threads CPAN package for Perl.</readme>
|
|
23 </package>
|
|
24 <package name="perl_threads_shared" version='1.46'>
|
|
25 <install version='1.0'>
|
|
26 <actions>
|
|
27
|
|
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>
|
|
30 <action type="shell_command">
|
|
31 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl &&
|
|
32 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &&
|
|
33 make &&
|
|
34 make install
|
|
35 </action>
|
|
36
|
|
37
|
|
38 <action type="set_environment">
|
|
39 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl</environment_variable>
|
|
40 </action>
|
|
41 </actions>
|
|
42
|
|
43 </install>
|
|
44 <readme>This package install threads::shared CPAN package for Perl.</readme>
|
|
45 </package>
|
|
46 <package name="perl_Thread_Queue" version='3.02'>
|
|
47 <install version='1.0'>
|
|
48 <actions>
|
|
49
|
|
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>
|
|
52 <action type="shell_command">
|
|
53 export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl &&
|
|
54 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &&
|
|
55 make &&
|
|
56 make install
|
|
57 </action>
|
|
58
|
|
59
|
|
60 <action type="set_environment">
|
|
61 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl</environment_variable>
|
|
62 </action>
|
|
63 </actions>
|
|
64
|
|
65 </install>
|
|
66
|
|
67 <readme>This package install Thread::Queue CPAN package for Perl.</readme>
|
|
68 </package>
|
|
69
|
|
70 </tool_dependency>
|
|
71
|