0
|
1 <tool_dependency>
|
2
|
2 <package name="ghostscript" version="9.07">
|
0
|
3 <install version="1.0">
|
|
4 <actions>
|
3
|
5 <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
|
0
|
6 <action type="make_directory">$INSTALL_DIR</action>
|
2
|
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>
|
0
|
10 <action type="set_environment">
|
2
|
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
0
|
12 </action>
|
|
13 </actions>
|
|
14 </install>
|
2
|
15 <readme> ghostscript needed for compressing pdfs
|
|
16 </readme>
|
0
|
17 </package>
|
|
18 </tool_dependency>
|