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

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

parts =
  freetype

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