Mercurial > repos > jjohnson > package_razers3_3_4_0
comparison tool_dependencies.xml @ 0:98fbcf8559a9 draft default tip
Uploaded
| author | jjohnson |
|---|---|
| date | Thu, 27 Aug 2015 14:39:38 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:98fbcf8559a9 |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | |
| 2 <tool_dependency> | |
| 3 <package name="razers3" version="3.4.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <!-- Download the binaries for razers3 compatible with 64-bit OSX. --> | |
| 7 <actions os="darwin" architecture="x86_64"> | |
| 8 <action type="download_by_url">http://packages.seqan.de/razers3/razers3-3.4.0-Mac-x86_64.tar.bz2</action> | |
| 9 <action type="move_directory_files"> | |
| 10 <source_directory>bin</source_directory> | |
| 11 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 12 </action> | |
| 13 </actions> | |
| 14 <!-- Download the binaries for razers3 compatible with 32-bit OSX. --> | |
| 15 <actions os="darwin" architecture="i386"> | |
| 16 <action type="download_by_url">http://packages.seqan.de/razers3/razers3-3.4.0-Mac-x86_64.tar.bz2</action> | |
| 17 <action type="move_directory_files"> | |
| 18 <source_directory>bin</source_directory> | |
| 19 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 20 </action> | |
| 21 </actions> | |
| 22 <!-- Download the binaries for razers3 compatible with 64-bit Linux. --> | |
| 23 <actions os="linux" architecture="x86_64"> | |
| 24 <action type="download_by_url">http://packages.seqan.de/razers3/razers3-3.4.0-Linux-x86_64.tar.bz2</action> | |
| 25 <action type="move_directory_files"> | |
| 26 <source_directory>bin</source_directory> | |
| 27 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 28 </action> | |
| 29 </actions> | |
| 30 <!-- Download the binaries for razers3 compatible with 32-bit Linux. --> | |
| 31 <actions os="linux" architecture="i386"> | |
| 32 <action type="download_by_url">http://packages.seqan.de/razers3/razers3-3.4.0-Linux-i686.tar.bz2</action> | |
| 33 <action type="move_directory_files"> | |
| 34 <source_directory>bin</source_directory> | |
| 35 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 36 </action> | |
| 37 </actions> | |
| 38 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> | |
| 39 <action type="set_environment"> | |
| 40 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 41 <environment_variable name="RAZERS3" action="set_to">$INSTALL_DIR/bin/razers3</environment_variable> | |
| 42 </action> | |
| 43 </actions_group> | |
| 44 </install> | |
| 45 <readme> | |
| 46 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X razers3 binaries. | |
| 47 | |
| 48 RazerS is a read mapping program with adjustable sensitivity based on counting q-grams. | |
| 49 http://www.seqan.de/projects/razers/ | |
| 50 </readme> | |
| 51 </package> | |
| 52 </tool_dependency> |
