Mercurial > repos > iuc > package_ncurses_5_9
comparison tool_dependencies.xml @ 4:f62fa47b852d draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 22 Jan 2014 07:23:11 -0500 |
| parents | 69d329d0e89a |
| children | c0735727b530 |
comparison
equal
deleted
inserted
replaced
| 3:69d329d0e89a | 4:f62fa47b852d |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="ncurses" version="5.9"> | 3 <package name="ncurses" version="5.9"> |
| 4 <install version="1.0"> | 4 <install version="1.0"> |
| 5 <actions> | 5 <actions> |
| 6 <action type="download_by_url">ftp://invisible-island.net/ncurses/ncurses-5.9.tar.gz</action> | 6 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action> |
| 7 <action type="shell_command"> | 7 <action type="shell_command"> |
| 8 ./configure --prefix $INSTALL_DIR --with-shared | 8 ./configure --prefix $INSTALL_DIR --with-shared |
| 9 </action> | 9 </action> |
| 10 <action type="shell_command">make</action> | 10 <action type="shell_command">make</action> |
| 11 <action type="shell_command">make install</action> | 11 <action type="shell_command">make install</action> |
