diff --git a/component/openssh/buildout.cfg b/component/openssh/buildout.cfg new file mode 100644 index 0000000000000000000000000000000000000000..35539184ee7ec75912d06393138dfe4d013faee7 --- /dev/null +++ b/component/openssh/buildout.cfg @@ -0,0 +1,26 @@ +################################################################ +# OpenSSH Portable - a secure shell client and server for *nix # +# # +# http://www.openssh.com/ # +################################################################ + +[buildout] +extends = + ../openssl/buildout.cfg + +parts = + openssh + +[openssh] +recipe = hexagonit.recipe.cmmi +md5sum = 0541579adf9d55abb15ef927048d372e +url = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.8p2.tar.gz + +configure-option = + -I${zlib:location}/include + -L${zlib:location}/lib + -I${openssl:location}/include + -L${openssl:location}/lib + --with-ssl-dir=${openssl:location}/lib + --prefix=${buildout:parts-directory}/${:_buildout_section_name_} + --libdir=lib