Mercurial > repos > devteam > package_libxslt_1_1_28
comparison tool_dependencies.xml @ 0:00459f4204b8 draft
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Wed, 11 Dec 2013 15:37:30 -0500 |
parents | |
children | 039b04adcfee |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:00459f4204b8 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="libxml2" version="2.9.1"> | |
4 <repository changeset_revision="3af7ad13a6fb" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
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"> | |
11 <repository changeset_revision="3af7ad13a6fb" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
12 </action> | |
13 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
14 <action type="shell_command">make && make install</action> | |
15 <action type="set_environment"> | |
16 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
18 </action> | |
19 </actions> | |
20 </install> | |
21 <readme /> | |
22 </package> | |
23 </tool_dependency> |