Mercurial > repos > iuc > package_qt_5_1
comparison tool_dependencies.xml @ 0:73960f71e6bf draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_qt_5_1 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
| author | iuc |
|---|---|
| date | Tue, 19 May 2015 15:00:57 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:73960f71e6bf |
|---|---|
| 1 <tool_dependency> | |
| 2 <package name="Qt" version="5.1"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz</action> | |
| 6 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -qt-xcb</action> | |
| 7 <action type="make_install" /> | |
| 8 <action type="set_environment"> | |
| 9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 10 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 11 <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | |
| 12 </action> | |
| 13 </actions> | |
| 14 </install> | |
| 15 <readme> | |
| 16 Installing Qt libraries. A C++ compiler, usually g++, is requiered. | |
| 17 http://qt-project.org/ | |
| 18 </readme> | |
| 19 </package> | |
| 20 </tool_dependency> |
