wok diff libssh2/receipt @ rev 24834

updated libssh2 and libssh2-dev (1.9.0 -> 1.10.0)
author Hans-G?nter Theisgen
date Fri Mar 25 06:44:45 2022 +0100 (2022-03-25)
parents 83b97236db32
children ab858238497c
line diff
     1.1 --- a/libssh2/receipt	Sat Feb 12 11:42:56 2022 +0000
     1.2 +++ b/libssh2/receipt	Fri Mar 25 06:44:45 2022 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libssh2"
     1.7 -VERSION="1.9.0"
     1.8 +VERSION="1.10.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="A client-side C library implementing the SSH2 protocol."
    1.11 +SHORT_DESC="A client-side C library implementing the SSH2 protocol"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://www.libssh2.org/"
    1.15 @@ -29,12 +29,11 @@
    1.16  		--mandir=/usr/share/man	\
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19 -	make DESTDIR=$DESTDIR install
    1.20 +	make install DESTDIR=$DESTDIR
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.28 +	cook_copy_files	*.so*
    1.29  }