#!/bin/bash # openssh # # Douglas Thrift # # $Id$ name=openssh version=4.5p1 revision=0 categories=(base security) description='Secure SHell client and server' url='http://www.openssh.org/portable.html' depends=('base/Linux-PAM' 'base/openssl' 'base/zlib') sources=(`site_openssh`) function build() { gnu_configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc/ssh --with-md5-passwords --with-pam --with-privsep-user=sshd }