Mercurial > repos > devteam > package_fastx_toolkit_0_0_13
comparison tool_dependencies.xml @ 0:93c0e1d68dbd draft
Uploaded tool dependency definition.
| author | devteam |
|---|---|
| date | Wed, 25 Sep 2013 10:30:47 -0400 |
| parents | |
| children | ec66ae4c269b |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:93c0e1d68dbd |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="fastx_toolkit" version="0.0.13"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <actions os="linux" architecture="x86_64"> | |
| 7 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/fastx_toolkit/0.0.13.tar.bz2</action> | |
| 8 <action type="move_directory_files"> | |
| 9 <source_directory>./bin</source_directory> | |
| 10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 11 </action> | |
| 12 </actions> | |
| 13 <actions os="linux" architecture="i386"> | |
| 14 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/i386/fastx_toolkit/0.0.13.tar.bz2</action> | |
| 15 <action type="move_directory_files"> | |
| 16 <source_directory>./bin</source_directory> | |
| 17 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 18 </action> | |
| 19 </actions> | |
| 20 <actions os="linux" architecture="i686"> | |
| 21 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/i386/fastx_toolkit/0.0.13.tar.bz2</action> | |
| 22 <action type="move_directory_files"> | |
| 23 <source_directory>./bin</source_directory> | |
| 24 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 25 </action> | |
| 26 </actions> | |
| 27 <actions os="darwin" architecture="i386"> | |
| 28 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/i386/fastx_toolkit/0.0.13.tar.bz2</action> | |
| 29 <action type="move_directory_files"> | |
| 30 <source_directory>./bin</source_directory> | |
| 31 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 32 </action> | |
| 33 </actions> | |
| 34 <actions os="darwin" architecture="x86_64"> | |
| 35 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/fastx_toolkit/0.0.13.tar.bz2</action> | |
| 36 <action type="move_directory_files"> | |
| 37 <source_directory>./bin</source_directory> | |
| 38 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 39 </action> | |
| 40 </actions> | |
| 41 <actions> | |
| 42 <package name="libgtextutils" version="0.6"> | |
| 43 <repository name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" /> | |
| 44 </package> | |
| 45 <action type="download_by_url">http://depot.galaxyproject.org/package/source/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2</action> | |
| 46 <action type="set_environment_for_install"> | |
| 47 <repository name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True"> | |
| 48 <package name="libgtextutils" version="0.6" /> | |
| 49 </repository> | |
| 50 </action> | |
| 51 <action type="shell_command">./configure --prefix=$INSTALL_DIR --disable-wall</action> | |
| 52 <action type="shell_command">make && make install</action> | |
| 53 </actions> | |
| 54 <action type="set_environment"> | |
| 55 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 56 </action> | |
| 57 </actions_group> | |
| 58 </install> | |
| 59 <readme> | |
| 60 </readme> | |
| 61 </package> | |
| 62 </tool_dependency> |
