# HG changeset patch # User Pascal Bellard # Date 1484210564 -3600 # Node ID 186a8b6ac51e101cbb39baee1bd2a9d3bb40a1cc # Parent 46c0e137aff3e0fc233fc787a83c8f79f40bd565 Up libssh2 (1.8.0), sshfs-fuse (2.8) diff -r 46c0e137aff3 -r 186a8b6ac51e libssh2-dev/receipt --- a/libssh2-dev/receipt Thu Jan 12 09:30:51 2017 +0100 +++ b/libssh2-dev/receipt Thu Jan 12 09:42:44 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh2-dev" -VERSION="1.7.0" +VERSION="1.8.0" CATEGORY="development" SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files" MAINTAINER="pascal.bellard@slitaz.org" diff -r 46c0e137aff3 -r 186a8b6ac51e libssh2/receipt --- a/libssh2/receipt Thu Jan 12 09:30:51 2017 +0100 +++ b/libssh2/receipt Thu Jan 12 09:42:44 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh2" -VERSION="1.7.0" +VERSION="1.8.0" CATEGORY="network" SHORT_DESC="A client-side C library implementing the SSH2 protocol" MAINTAINER="pascal.bellard@slitaz.org" diff -r 46c0e137aff3 -r 186a8b6ac51e sshfs-fuse/receipt --- a/sshfs-fuse/receipt Thu Jan 12 09:30:51 2017 +0100 +++ b/sshfs-fuse/receipt Thu Jan 12 09:42:44 2017 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="sshfs-fuse" -VERSION="2.5" +VERSION="2.8" CATEGORY="system-tools" SHORT_DESC="SSH Filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://fuse.sourceforge.net/sshfs.html" -WGET_URL="$SF_MIRROR/fuse/$TARBALL" +TARBALL="sshfs_$VERSION.tar.gz" +WEB_SITE="https://github.com/libfuse/sshfs" +WGET_URL="https://github.com/libfuse/sshfs/archive/$TARBALL" HOST_ARCH="i486 arm" PROVIDE="rsshfs sshfs" TAGS="ssh" @@ -28,7 +28,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr $install/usr/share/doc cp -a $install/usr/bin $fs/usr cp -a $stuff/rsshfs $fs/usr/bin + cp $src/FAQ* $install/usr/share/doc }