wok-6.x rev 19626
Up libssh2 (1.8.0), sshfs-fuse (2.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 12 09:42:44 2017 +0100 (2017-01-12) |
parents | 46c0e137aff3 |
children | 22244c3bcd35 |
files | libssh2-dev/receipt libssh2/receipt sshfs-fuse/receipt |
line diff
1.1 --- a/libssh2-dev/receipt Thu Jan 12 09:30:51 2017 +0100 1.2 +++ b/libssh2-dev/receipt Thu Jan 12 09:42:44 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libssh2-dev" 1.7 -VERSION="1.7.0" 1.8 +VERSION="1.8.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"
2.1 --- a/libssh2/receipt Thu Jan 12 09:30:51 2017 +0100 2.2 +++ b/libssh2/receipt Thu Jan 12 09:42:44 2017 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libssh2" 2.7 -VERSION="1.7.0" 2.8 +VERSION="1.8.0" 2.9 CATEGORY="network" 2.10 SHORT_DESC="A client-side C library implementing the SSH2 protocol" 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/sshfs-fuse/receipt Thu Jan 12 09:30:51 2017 +0100 3.2 +++ b/sshfs-fuse/receipt Thu Jan 12 09:42:44 2017 +0100 3.3 @@ -1,14 +1,14 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sshfs-fuse" 3.7 -VERSION="2.5" 3.8 +VERSION="2.8" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="SSH Filesystem implemented with FUSE." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 LICENSE="GPL2" 3.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 -WEB_SITE="http://fuse.sourceforge.net/sshfs.html" 3.15 -WGET_URL="$SF_MIRROR/fuse/$TARBALL" 3.16 +TARBALL="sshfs_$VERSION.tar.gz" 3.17 +WEB_SITE="https://github.com/libfuse/sshfs" 3.18 +WGET_URL="https://github.com/libfuse/sshfs/archive/$TARBALL" 3.19 HOST_ARCH="i486 arm" 3.20 PROVIDE="rsshfs sshfs" 3.21 TAGS="ssh" 3.22 @@ -28,7 +28,8 @@ 3.23 # Rules to gen a SliTaz package suitable for Tazpkg. 3.24 genpkg_rules() 3.25 { 3.26 - mkdir -p $fs/usr 3.27 + mkdir -p $fs/usr $install/usr/share/doc 3.28 cp -a $install/usr/bin $fs/usr 3.29 cp -a $stuff/rsshfs $fs/usr/bin 3.30 + cp $src/FAQ* $install/usr/share/doc 3.31 }