wok 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 5fbb3aad734c
children 99a2dc705199
files libssh2-dev/receipt libssh2/description.txt libssh2/receipt
line diff
     1.1 --- a/libssh2-dev/receipt	Fri Mar 25 06:33:51 2022 +0100
     1.2 +++ b/libssh2-dev/receipt	Fri Mar 25 06:44:45 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libssh2-dev"
     1.7 -VERSION="1.9.0"
     1.8 +VERSION="1.10.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,9 +14,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/include		$fs/usr
    1.19 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.21 +	get_dev_files
    1.22  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libssh2/description.txt	Fri Mar 25 06:44:45 2022 +0100
     2.3 @@ -0,0 +1,1 @@
     2.4 +Libssh2 is a client-side C library implementing the SSH2 protocol.
     3.1 --- a/libssh2/receipt	Fri Mar 25 06:33:51 2022 +0100
     3.2 +++ b/libssh2/receipt	Fri Mar 25 06:44:45 2022 +0100
     3.3 @@ -1,9 +1,9 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libssh2"
     3.7 -VERSION="1.9.0"
     3.8 +VERSION="1.10.0"
     3.9  CATEGORY="network"
    3.10 -SHORT_DESC="A client-side C library implementing the SSH2 protocol."
    3.11 +SHORT_DESC="A client-side C library implementing the SSH2 protocol"
    3.12  MAINTAINER="pascal.bellard@slitaz.org"
    3.13  LICENSE="BSD"
    3.14  WEB_SITE="https://www.libssh2.org/"
    3.15 @@ -29,12 +29,11 @@
    3.16  		--mandir=/usr/share/man	\
    3.17  		$CONFIGURE_ARGS &&
    3.18  	make &&
    3.19 -	make DESTDIR=$DESTDIR install
    3.20 +	make install DESTDIR=$DESTDIR
    3.21  }
    3.22  
    3.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.24  genpkg_rules()
    3.25  {
    3.26 -	mkdir -p $fs/usr/lib
    3.27 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.28 +	cook_copy_files	*.so*
    3.29  }