Mercurial > repos > devteam > package_libxslt_1_1_28
annotate tool_dependencies.xml @ 2:185484bb566c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 18:44:10 -0500 |
parents | a8d63d4be58f |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libxml2" version="2.9.1"> | |
2
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
4 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
6 <package name="libxslt" version="1.1.28"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url">ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz</action> | |
10 <action type="set_environment_for_install"> | |
2
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
11 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
12 <package name="libxml2" version="2.9.1" /> |
1 | 13 </repository> |
0 | 14 </action> |
15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
16 <action type="shell_command">make && make install</action> | |
17 <action type="set_environment"> | |
18 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
2
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
20 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
22 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
185484bb566c
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
1
diff
changeset
|
23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
0 | 24 </action> |
25 </actions> | |
26 </install> | |
27 <readme /> | |
28 </package> | |
29 </tool_dependency> |