annotate tool_dependencies.xml @ 0:8761091302c4 draft

initial upload
author iuc
date Sun, 11 Aug 2013 06:33:59 -0400
parents
children c85f899d8cb4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8761091302c4 initial upload
iuc
parents:
diff changeset
1 <tool_dependency>
8761091302c4 initial upload
iuc
parents:
diff changeset
2 <package name="freetype" version="2.4.11">
8761091302c4 initial upload
iuc
parents:
diff changeset
3 <install version="1.0">
8761091302c4 initial upload
iuc
parents:
diff changeset
4 <actions>
8761091302c4 initial upload
iuc
parents:
diff changeset
5 <action type="download_by_url">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
7 <action type="shell_command">make</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
8 <action type="shell_command">make install</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
9 <action type="set_environment">
8761091302c4 initial upload
iuc
parents:
diff changeset
10 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable>
8761091302c4 initial upload
iuc
parents:
diff changeset
11 <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
8761091302c4 initial upload
iuc
parents:
diff changeset
12 <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>
8761091302c4 initial upload
iuc
parents:
diff changeset
13 </action>
8761091302c4 initial upload
iuc
parents:
diff changeset
14 </actions>
8761091302c4 initial upload
iuc
parents:
diff changeset
15 </install>
8761091302c4 initial upload
iuc
parents:
diff changeset
16 <readme>Compiling freetype requires a C compiler (typically gcc).</readme>
8761091302c4 initial upload
iuc
parents:
diff changeset
17 </package>
8761091302c4 initial upload
iuc
parents:
diff changeset
18 </tool_dependency>