wok-current rev 19627
Up libssh2 (1.8.0), sshfs-fuse (2.8) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 12 10:25:29 2017 +0100 (2017-01-12) |
parents | 186a8b6ac51e |
children | 997d6ae59d98 |
files | libssh2/receipt sshfs-fuse/receipt |
line diff
1.1 --- a/libssh2/receipt Thu Jan 12 09:42:44 2017 +0100 1.2 +++ b/libssh2/receipt Thu Jan 12 10:25:29 2017 +0100 1.3 @@ -10,8 +10,8 @@ 1.4 WEB_SITE="http://www.libssh2.org/" 1.5 WGET_URL="$WEB_SITE/download/$TARBALL" 1.6 1.7 -DEPENDS="libgcrypt zlib libgpg-error" 1.8 -BUILD_DEPENDS="libgcrypt-dev zlib-dev" 1.9 +DEPENDS="libgcrypt zlib libgpg-error libssl" 1.10 +BUILD_DEPENDS="libgcrypt-dev zlib-dev openssl-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()
2.1 --- a/sshfs-fuse/receipt Thu Jan 12 09:42:44 2017 +0100 2.2 +++ b/sshfs-fuse/receipt Thu Jan 12 10:25:29 2017 +0100 2.3 @@ -14,11 +14,16 @@ 2.4 TAGS="ssh" 2.5 2.6 DEPENDS="fuse openssh sftp-server glib" 2.7 -BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config" 2.8 +BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config autoconf automake libtool" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 { 2.13 + libtoolize --force 2.14 + aclocal 2.15 + autoheader 2.16 + automake --force-missing --add-missing 2.17 + autoconf 2.18 ./configure --prefix=/usr \ 2.19 --mandir=/usr/share/man $CONFIGURE_ARGS && 2.20 make &&