buildout.cfg 951 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
7
  ../libpng/buildout.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
8
  ../zlib/buildout.cfg
9 10 11 12 13

parts =
  freetype

[freetype]
14
recipe = slapos.recipe.cmmi
15 16 17 18
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.5.0.1.tar.bz2
md5sum = c72e9010b1d986d556fc0b2b5fcbf31a
depends =
  ${libpng:so_version}
19 20 21
configure-options =
  --disable-static
environment =
22 23
  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
24
  PATH=${libpng:location}/bin:%(PATH)s
25 26 27 28 29 30 31 32 33 34 35 36

[freetype:cygwin]
url = http://cygwin.mirrorcatalogs.com/release/X11/freetype2/freetype2-2.4.12-1-src.tar.bz2
md5sum = 9fabeee8347eff093966543331e066aa
configure-command = cygport
configure-options =
  freetype.cygport
  download
  prep
  compile
  install
make-binary = true