# HG changeset patch # User Pascal Bellard # Date 1579447445 -3600 # Node ID 8a238554f73179ff097cbf75583a07e04149960e # Parent 263151d2b6b0e5a28879ab715cfc475487f02915 Up pssh (2.3.1) diff -r 263151d2b6b0 -r 8a238554f731 pssh/receipt --- a/pssh/receipt Sun Jan 19 16:16:58 2020 +0100 +++ b/pssh/receipt Sun Jan 19 16:24:05 2020 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="pssh" -VERSION="1.4.3" +VERSION="2.3.1" CATEGORY="network" SHORT_DESC="Parallel versions of the openssh tools" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.theether.org/pssh/" -WGET_URL="$WEB_SITE/$TARBALL" +WEB_SITE="https://code.google.com/archive/p/parallel-ssh/" +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/parallel-ssh/$TARBALL" TAGS="ssh" DEPENDS="python" @@ -24,5 +24,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + mkdir $fs/usr + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/lib $fs/usr/ }