# HG changeset patch # User Hans-G?nter Theisgen # Date 1648187085 -3600 # Node ID 84001f5ff44511392b8ed10bb2dae47373139ade # Parent 5fbb3aad734c814185ef92b51ae09d5b68eaf81f updated libssh2 and libssh2-dev (1.9.0 -> 1.10.0) diff -r 5fbb3aad734c -r 84001f5ff445 libssh2-dev/receipt --- a/libssh2-dev/receipt Fri Mar 25 06:33:51 2022 +0100 +++ b/libssh2-dev/receipt Fri Mar 25 06:44:45 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh2-dev" -VERSION="1.9.0" +VERSION="1.10.0" CATEGORY="development" SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,9 +14,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + get_dev_files } diff -r 5fbb3aad734c -r 84001f5ff445 libssh2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libssh2/description.txt Fri Mar 25 06:44:45 2022 +0100 @@ -0,0 +1,1 @@ +Libssh2 is a client-side C library implementing the SSH2 protocol. diff -r 5fbb3aad734c -r 84001f5ff445 libssh2/receipt --- a/libssh2/receipt Fri Mar 25 06:33:51 2022 +0100 +++ b/libssh2/receipt Fri Mar 25 06:44:45 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="libssh2" -VERSION="1.9.0" +VERSION="1.10.0" CATEGORY="network" -SHORT_DESC="A client-side C library implementing the SSH2 protocol." +SHORT_DESC="A client-side C library implementing the SSH2 protocol" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://www.libssh2.org/" @@ -29,12 +29,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }