# 6tunnel - Tunnelling for application that don't speak IPv6
# http://toxygen.net/6tunnel/

[buildout]
parts = 6tunnel
extends =
  ../autoconf/buildout.cfg
  ../automake/buildout.cfg

[6tunnel]
recipe = slapos.recipe.cmmi
shared = true
url = http://toxygen.net/6tunnel/6tunnel-0.11rc2.tar.gz
md5sum = 74e02d4f0704b3083a01feda66033449
pre-configure =
  aclocal
  autoheader
  automake --foreign
  autoconf
environment =
  PATH=${autoconf:location}/bin:${automake:location}/bin:%(PATH)s