Info2: <<

Package: pssh-py%type_pkg[python]
Type: python (2.7)

Version: 2.3.1
Revision: 2
Description: Parallel versions of the openssh tools
License: BSD
Maintainer: None <fink-devel@lists.sourceforge.net>
Depends: python%type_pkg[python]
BuildDepends: setuptools-tng-py%type_pkg[python]
Source: http://parallel-ssh.googlecode.com/files/pssh-%v.tar.gz
Source-Checksum: SHA256(539f8d8363b722712310f3296f189d1ae8c690898eca93627fc89a9cb311f6b4)
CompileScript: <<
	%p/bin/python%type_raw[python] setup.py build
<<
# tests require the ability to connect to a host via ssh
InstallScript: <<
	#!/bin/sh -ev
	%p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p --install-data=%p/share
	for binfile in pssh pnuke prsync pscp pslurp pssh-askpass; do
		mv %i/bin/$binfile %i/bin/${binfile}%type_raw[python]
	done
	for manpage in pnuke prsync pscp pslurp pssh; do
		mv %i/share/man/man1/$manpage.1 %i/share/man/man1/$manpage-%type_raw[python].1
	done
<<
PostInstScript: <<
update-alternatives --install %p/bin/pssh pssh %p/bin/pssh%type_raw[python] %type_pkg[python] \
	--slave %p/bin/pscp pscp %p/bin/pscp%type_raw[python] \
	--slave %p/bin/prsync prsync %p/bin/prsync%type_raw[python] \
	--slave %p/bin/pnuke pnuke %p/bin/pnuke%type_raw[python] \
	--slave %p/bin/pslurp pslurp %p/bin/pslurp%type_raw[python] \
	--slave %p/bin/pssh-askpass pssh-askpass %p/bin/pssh-askpass%type_raw[python] \
	--slave %p/share/man/man1/pnuke.1 pnuke.1 %p/share/man/man1/pnuke-%type_raw[python].1 \
	--slave %p/share/man/man1/prsync.1 prsync.1 %p/share/man/man1/prsync-%type_raw[python].1 \
	--slave %p/share/man/man1/pscp.1 pscp.1 %p/share/man/man1/pscp-%type_raw[python].1 \
	--slave %p/share/man/man1/pslurp.1 pslurp.1 %p/share/man/man1/pslurp-%type_raw[python].1 \
	--slave %p/share/man/man1/pssh.1 pssh.1 %p/share/man/man1/pssh-%type_raw[python].1
<<
PreRmScript: <<
update-alternatives --remove pssh %p/bin/pssh%type_raw[python]
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL
Homepage: http://www.theether.org/pssh/
DescDetail: <<
This package provides parallel versions of the various openssh tools.
<< 
DescPackaging: <<
	Former Maintainer: Lev Givon <lev@columbia.edu>
<<
<<