changeset 0:ca18154f881c

Uploaded
author bgruening
date Wed, 24 Apr 2013 15:47:40 -0400
parents
children 4f0594960cbe
files tool_dependencies.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Apr 24 15:47:40 2013 -0400
@@ -0,0 +1,16 @@
+<tool_dependency>
+    <package name="freetype" version="2.4.11">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable name="FREETYPE_INSTALL_DIR" action="append_to">$INSTALL_DIR/freetype/</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling freetype requires a C compiler (typically gcc).</readme>
+    </package>
+</tool_dependency>