wok-current diff libssh2-dev/receipt @ rev 24938
mypaint-brushes: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 14 09:10:40 2022 +0000 (2022-04-14) |
parents | 67692aafbf59 |
children |
line diff
1.1 --- a/libssh2-dev/receipt Thu Mar 12 13:15:48 2020 +0100 1.2 +++ b/libssh2-dev/receipt Thu Apr 14 09:10:40 2022 +0000 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 }