wok rev 21969

updated sshpass (1.05 -> 1.06)
author Hans-G?nter Theisgen
date Fri Oct 11 13:11:00 2019 +0100 (2019-10-11)
parents b74c4585444b
children 91c00c379caa
files sshpass/receipt
line diff
     1.1 --- a/sshpass/receipt	Fri Oct 11 13:01:05 2019 +0100
     1.2 +++ b/sshpass/receipt	Fri Oct 11 13:11:00 2019 +0100
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sshpass"
     1.7 -VERSION="1.05"
     1.8 +VERSION="1.06"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Non-interactive ssh password auth."
    1.11 +SHORT_DESC="Non-interactive ssh password authentication."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://sourceforge.net/projects/sshpass/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://sshpass.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19 +
    1.20  SUGGESTED="openssh"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	./configure \
    1.26 -		--prefix=/usr \
    1.27 -		$CONFIGURE_ARGS
    1.28 -	make && make DESTDIR=$DESTDIR install
    1.29 +	./configure		\
    1.30 +		--prefix=/usr	\
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.