wok rev 23105
updated libssh2 and libssh2-dev (1.8.0 -> 1.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 12 13:15:48 2020 +0100 (2020-03-12) |
parents | 431d56806c7d |
children | ec8f0890911f |
files | libssh2-dev/receipt libssh2/receipt |
line diff
1.1 --- a/libssh2-dev/receipt Thu Mar 12 11:27:14 2020 +0100 1.2 +++ b/libssh2-dev/receipt Thu Mar 12 13:15:48 2020 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libssh2-dev" 1.7 -VERSION="1.8.0" 1.8 +VERSION="1.9.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files" 1.11 +SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://www.libssh2.org/" 1.15 -WANTED="libssh2" 1.16 1.17 DEPENDS="libssh2 pkg-config" 1.18 +WANTED="libssh2" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + 1.28 + cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/lib/*a $fs/usr/lib 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 }
2.1 --- a/libssh2/receipt Thu Mar 12 11:27:14 2020 +0100 2.2 +++ b/libssh2/receipt Thu Mar 12 13:15:48 2020 +0100 2.3 @@ -1,23 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libssh2" 2.7 -VERSION="1.8.0" 2.8 +VERSION="1.9.0" 2.9 CATEGORY="network" 2.10 -SHORT_DESC="A client-side C library implementing the SSH2 protocol" 2.11 +SHORT_DESC="A client-side C library implementing the SSH2 protocol." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="BSD" 2.14 +WEB_SITE="https://www.libssh2.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="https://www.libssh2.org/" 2.18 WGET_URL="$WEB_SITE/download/$TARBALL" 2.19 2.20 -DEPENDS="libgcrypt zlib libgpg-error libssl" 2.21 -BUILD_DEPENDS="libgcrypt-dev zlib-dev openssl-dev" 2.22 +DEPENDS="libgcrypt libgpg-error libssl zlib" 2.23 +BUILD_DEPENDS="libgcrypt-dev openssl-dev zlib-dev" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 - ./configure --prefix=/usr \ 2.29 - --mandir=/usr/share/man \ 2.30 + ./configure \ 2.31 + --prefix=/usr \ 2.32 + --mandir=/usr/share/man \ 2.33 $CONFIGURE_ARGS && 2.34 make && 2.35 make DESTDIR=$DESTDIR install 2.36 @@ -27,5 +29,5 @@ 2.37 genpkg_rules() 2.38 { 2.39 mkdir -p $fs/usr/lib 2.40 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.41 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.42 }