wok annotate 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
rev   line source
pascal@22685 1 # SliTaz package receipt.
pascal@22685 2
pascal@22685 3 PACKAGE="pssh"
pascal@22685 4 VERSION="1.4.3"
pascal@22685 5 CATEGORY="network"
pascal@22685 6 SHORT_DESC="Parallel versions of the openssh tools"
pascal@22685 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@22685 8 LICENSE="BSD"
pascal@22685 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@22685 10 WEB_SITE="http://www.theether.org/pssh/"
pascal@22685 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@22685 12 TAGS="ssh"
pascal@22685 13
pascal@22685 14 DEPENDS="python"
pascal@22685 15 BUILD_DEPENDS="python-setuptools"
pascal@22685 16
pascal@22685 17 # Rules to configure and make the package.
pascal@22685 18 compile_rules()
pascal@22685 19 {
pascal@22685 20 python setup.py build &&
pascal@22685 21 python setup.py install --root=$DESTDIR
pascal@22685 22 }
pascal@22685 23
pascal@22685 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@22685 25 genpkg_rules()
pascal@22685 26 {
pascal@22685 27 cp -a $install/usr $fs/
pascal@22685 28 }