|
2
|
1 <?xml version="1.0"?>
|
|
0
|
2 <tool_dependency>
|
|
2
|
3 <package name="libx11" version="1.5.0">
|
|
|
4 <repository changeset_revision="6367d6fc9f82" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
0
|
6 <package name="Qt" version="4.8">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
2
|
9 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz</action>
|
|
|
10 <action type="set_environment_for_install">
|
|
|
11 <repository changeset_revision="6367d6fc9f82" name="package_libx11_1_5_0" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
12 <package name="libx11" version="1.5.0" />
|
|
|
13 </repository>
|
|
|
14 </action>
|
|
|
15 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama</action>
|
|
|
16 <action type="shell_command">qmake</action>
|
|
|
17 <action type="shell_command">qmake install</action>
|
|
|
18 <action type="set_environment">
|
|
|
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
0
|
20 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
2
|
21 <environment_variable action="set_to" name="QT_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
0
|
22 </action>
|
|
|
23 </actions>
|
|
|
24 </install>
|
|
|
25 <readme>
|
|
|
26 Installing Qt libraries. A C++ compiler, usually g++, is requiered.
|
|
|
27 http://qt-project.org/
|
|
|
28 </readme>
|
|
|
29 </package>
|
|
|
30 </tool_dependency>
|