wok diff libssh2-dev/receipt @ rev 25556
created recipes for nted and nted-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 22 14:54:15 2023 +0100 (19 months ago) |
parents | 67692aafbf59 |
children | ab858238497c |
line diff
1.1 --- a/libssh2-dev/receipt Thu Mar 12 13:15:48 2020 +0100 1.2 +++ b/libssh2-dev/receipt Sat Apr 22 14:54:15 2023 +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 }