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

[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
6
  ../zlib/buildout.cfg
7 8 9 10 11 12 13 14 15 16 17 18

parts =
  freetype

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