wok view pssh/receipt @ rev 22685

Add dsh & pssh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 19 16:16:58 2020 +0100 (2020-01-19)
parents
children 8a238554f731
line source
1 # SliTaz package receipt.
3 PACKAGE="pssh"
4 VERSION="1.4.3"
5 CATEGORY="network"
6 SHORT_DESC="Parallel versions of the openssh tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.theether.org/pssh/"
11 WGET_URL="$WEB_SITE/$TARBALL"
12 TAGS="ssh"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs/
28 }