buildout.cfg 811 Bytes
Newer Older
Antoine Catton's avatar
Antoine Catton committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
################################################################
# OpenSSH Portable - a secure shell client and server for *nix #
#                                                              #
# http://www.openssh.com/                                      #
################################################################

[buildout]
extends = 
  ../openssl/buildout.cfg

parts =
  openssh

[openssh]
15
recipe = slapos.recipe.cmmi
Antoine Catton's avatar
Antoine Catton committed
16 17 18 19 20 21 22 23 24 25 26
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