buildout.cfg 448 Bytes
Newer Older
Alain Takoudjou's avatar
Alain Takoudjou committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
[buildout]
extends =
    ../bison/buildout.cfg

parts =
    kerberos

[kerberos]
recipe = slapos.recipe.cmmi
shared = true
url = http://web.mit.edu/kerberos/dist/krb5/1.19/krb5-1.19.2.tar.gz
md5sum = eb51b7724111e1a458a8c9a261d45a31
configure-command = src/configure
configure-options =
    --prefix=@@LOCATION@@
    --with-ldap=no
    --without-readline
    --without-tcl
    --without-keyutils
environment =
  PATH=${bison:location}/bin:%(PATH)s