Commit 402899ef authored by Alain Takoudjou's avatar Alain Takoudjou

Use bison in kerberos component

parent 7b6fe4d1
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
parts = parts =
kerberos kerberos
extends =
../../component/bison/buildout.cfg
[kerberos-package] [kerberos-package]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10.2-signed.tar url = http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10.2-signed.tar
...@@ -13,4 +16,7 @@ recipe = hexagonit.recipe.cmmi ...@@ -13,4 +16,7 @@ recipe = hexagonit.recipe.cmmi
url = ${kerberos-package:location}/krb5-1.10.2.tar.gz url = ${kerberos-package:location}/krb5-1.10.2.tar.gz
configure-command = src/configure configure-command = src/configure
configure-options = configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_} --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
\ No newline at end of file
environment =
PATH=${bison:location}/bin:%(PATH)s
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment