Mercurial > repos > mvdbeek > package_patser_v3e
comparison tool_dependencies.xml @ 0:0afd4de912bb draft default tip
Uploaded
| author | mvdbeek |
|---|---|
| date | Tue, 07 Apr 2015 12:05:51 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0afd4de912bb |
|---|---|
| 1 <tool_dependency> | |
| 2 <package name="patser" version="v3e"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">http://stormo.wustl.edu/src/patser-v3e.1.tar.gz</action> | |
| 6 <action type="make_directory">$INSTALL_DIR/bin/</action> | |
| 7 <action type="shell_command">sed -n '1,17p' parse-line-help.c >> tmp.txt; sed -n '27p' parse-line-help.c >> tmp.txt; sed -n '18,26p' parse-line-help.c >> tmp.txt; sed -n '28,67p' parse-line-help.c >> tmp.txt; mv tmp.txt parse-line-help.c</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="move_file"> | |
| 10 <source>patser-v3e</source> | |
| 11 <destination>$INSTALL_DIR/bin</destination> | |
| 12 </action> | |
| 13 <action type="set_environment"> | |
| 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 15 </action> | |
| 16 </actions> | |
| 17 </install> | |
| 18 <readme>Compiling patser requires gcc and sed.</readme> | |
| 19 </package> | |
| 20 </tool_dependency> |
