Mercurial > repos > fubar > package_ghostscript_9_07
comparison tool_dependencies.xml @ 0:d9b8df220fd5 draft
Initial upload
author | fubar |
---|---|
date | Fri, 26 Jul 2013 20:33:58 -0400 |
parents | |
children | 6e04cd0a5bc3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d9b8df220fd5 |
---|---|
1 <tool_dependency> | |
2 <package name="ghostscript" version="9.07"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="make_directory">$INSTALL_DIR</action> | |
6 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action> | |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="shell_command">make install</action> | |
10 <action type="set_environment"> | |
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> ghostscript needed for compressing pdfs | |
16 </readme> | |
17 </package> | |
18 </tool_dependency> |