wok-current rev 22686
Up pssh (2.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 19 16:24:05 2020 +0100 (2020-01-19) |
parents | 263151d2b6b0 |
children | 19b183f321a4 |
files | pssh/receipt |
line diff
1.1 --- a/pssh/receipt Sun Jan 19 16:16:58 2020 +0100 1.2 +++ b/pssh/receipt Sun Jan 19 16:24:05 2020 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pssh" 1.7 -VERSION="1.4.3" 1.8 +VERSION="2.3.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Parallel versions of the openssh tools" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://www.theether.org/pssh/" 1.15 -WGET_URL="$WEB_SITE/$TARBALL" 1.16 +WEB_SITE="https://code.google.com/archive/p/parallel-ssh/" 1.17 +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/parallel-ssh/$TARBALL" 1.18 TAGS="ssh" 1.19 1.20 DEPENDS="python" 1.21 @@ -24,5 +24,7 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - cp -a $install/usr $fs/ 1.26 + mkdir $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr/ 1.28 + cp -a $install/usr/lib $fs/usr/ 1.29 }