{ "name": "openssh", "kind": "chunk", "configure-commands": [ "autoreconf -if", "./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd --libexecdir=/usr/lib/openssh --with-privsep-path=/var/lib/sshd" ], "build-commands": [ "make" ], "install-commands": [ "make DESTDIR=\"$DESTDIR\" install" ] }