wok diff sshpass/receipt @ rev 22365

kdelibs: fix kdeui/CMakeLists.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 22 10:49:44 2019 +0100 (2019-11-22)
parents 3b5c0ea204f2
children c365fe17a816
line diff
     1.1 --- a/sshpass/receipt	Wed Nov 05 09:25:00 2014 +0100
     1.2 +++ b/sshpass/receipt	Fri Nov 22 10:49:44 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.