wok-6.x diff libssh-dev/receipt @ rev 21763
busybox: enable CONFIG_FDISK_SUPPORT_LARGE_DISKS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 27 14:19:03 2019 +0200 (2019-06-27) |
parents | 86790a278e70 |
children | 09c1c92bad93 |
line diff
1.1 --- a/libssh-dev/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/libssh-dev/receipt Thu Jun 27 14:19:03 2019 +0200 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libssh-dev" 1.7 -VERSION="0.7.5" 1.8 +VERSION="0.8.7" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for libssh" 1.11 +SHORT_DESC="Development files for libssh." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://www.libssh.org/" 1.15 +WEB_SITE="https://www.libssh.org/" 1.16 + 1.17 WANTED="libssh" 1.18 - 1.19 DEPENDS="libssh pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 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/pkgconfig $fs/usr/lib 1.30 }