freetype.cfg 460 Bytes
Newer Older
1 2 3
# FreeType - a Free, High-Quality, and Portable Font Engine
# http://freetype.org/

4 5
[buildout]
extends =
6
  zlib.cfg
7 8 9 10 11 12

parts =
  freetype

[freetype]
recipe = hexagonit.recipe.cmmi
13 14
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.4.4.tar.gz
md5sum = 9273efacffb683483e58a9e113efae9f
15 16
configure-options =
  --disable-static
17
environment =
18
  CPPFLAGS=-I${zlib:location}/include
19
  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib