buildout.cfg 1.55 KB
Newer Older
1 2 3 4 5 6 7
# Graphviz - Graph Visualization Software
# http://www.graphviz.org/

[buildout]
parts =
  graphviz
extends =
8
  ../bzip2/buildout.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
9 10 11
  ../fontconfig/buildout.cfg
  ../freetype/buildout.cfg
  ../libpng/buildout.cfg
12 13
  ../glib/buildout.cfg
  ../gtk-2/buildout.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
14
  ../pkgconfig/buildout.cfg
15
  ../xorg/buildout.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
16
  ../zlib/buildout.cfg
17 18

[graphviz]
19
recipe = slapos.recipe.cmmi
20 21
url = http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.38.0.tar.gz
md5sum = 5b6a829b2ac94efcd5fa3c223ed6d3ae
22
pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}
23
configure-options =
24
  --with-included-ltdl
25 26 27 28 29 30
  --with-zincludedir=${zlib:location}/include
  --with-zlibdir=${zlib:location}/lib
  --with-freetype2
  --with-fontconfig
  --disable-swig
  --disable-sharp
31
  --disable-go
32 33 34 35 36 37 38 39 40 41 42 43 44 45
  --disable-guile
  --disable-io
  --disable-java
  --disable-lua
  --disable-ocaml
  --disable-perl
  --disable-php
  --disable-python
  --disable-r
  --disable-ruby
  --disable-tcl
  --without-x
  --without-expat
  --without-devil
46 47
  --without-webp
  --without-poppler
48 49 50
  --without-rsvg
  --without-ghostscript
  --without-visio
51
  --with-pangocairo
52 53
  --without-lasi
  --without-glitz
54 55 56 57 58 59 60 61
  --without-gdk
  --without-gtk
  --without-gts
  --without-ann
  --without-glade
  --without-ming
  --without-qt
  --without-libgd
62 63 64
  --without-glut
environment =
  PATH=${pkgconfig:location}/bin:%(PATH)s
65
  PKG_CONFIG_PATH=${:pkg_config_depends}
66
  CPPFLAGS=-I${zlib:location}/include
67
  LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib