buildout.cfg 1.19 KB
Newer Older
1 2 3 4 5 6 7
# varnish - a web accelerator written with performance and flexibility in mind.
# http://www.varnish-cache.org/

[buildout]
parts =
  varnish
  varnish-2.1
8
  varnish-3.0
9
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
10 11 12
  ../ncurses/buildout.cfg
  ../pcre/buildout.cfg
  ../pkgconfig/buildout.cfg
13 14 15 16 17 18 19 20 21 22 23 24

[varnish]
<= varnish-2.0

[varnish-2.0]
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/varnish/files/varnish/2.0.6/varnish-2.0.6.tar.gz/download
md5sum = d91dc21c636db61c69b5e8f061c5bb95
configure-options =
  --disable-static
environment =
  CPPFLAGS=-I${ncurses:location}/include
25
  LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
26 27 28 29 30 31 32

[varnish-2.1]
recipe = hexagonit.recipe.cmmi
url = http://repo.varnish-cache.org/source/varnish-2.1.5.tar.gz
md5sum = 2d2f227da36a2a240c475304c717b8e3
configure-options =
  --disable-static
33 34
  --without-rst2html
  --without-rst2man
35 36 37 38
environment =
  PATH=${pkgconfig:location}/bin:%(PATH)s
  PKG_CONFIG_PATH=${pcre:location}/lib/pkgconfig
  CPPFLAGS=-I${ncurses:location}/include
39
  LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
40 41 42

[varnish-3.0]
<= varnish-2.1
43 44
url = http://repo.varnish-cache.org/source/varnish-3.0.3.tar.gz
md5sum = 714310c83fdbd2061d897dacd3f63d8b