annotate tool_dependencies.xml @ 1:c85f899d8cb4 draft

Uploaded
author iuc
date Thu, 09 Oct 2014 12:55:21 -0400
parents 8761091302c4
children 022adf7d6195
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>
1
c85f899d8cb4 Uploaded
iuc
parents: 0
diff changeset
13 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable>
c85f899d8cb4 Uploaded
iuc
parents: 0
diff changeset
14 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
c85f899d8cb4 Uploaded
iuc
parents: 0
diff changeset
15 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
0
8761091302c4 initial upload
iuc
parents:
diff changeset
16 </action>
8761091302c4 initial upload
iuc
parents:
diff changeset
17 </actions>
8761091302c4 initial upload
iuc
parents:
diff changeset
18 </install>
8761091302c4 initial upload
iuc
parents:
diff changeset
19 <readme>Compiling freetype requires a C compiler (typically gcc).</readme>
8761091302c4 initial upload
iuc
parents:
diff changeset
20 </package>
8761091302c4 initial upload
iuc
parents:
diff changeset
21 </tool_dependency>