wok-next rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents a29cbdbef237
children 2086670903b8
files sshfs-fuse/receipt
line diff
     1.1 --- a/sshfs-fuse/receipt	Thu May 07 14:16:06 2020 +0100
     1.2 +++ b/sshfs-fuse/receipt	Thu May 07 14:36:33 2020 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="sshfs-fuse"
     1.7 -VERSION="3.3.1"
     1.8 +VERSION="3.7.0"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="ssh"
    1.11  SHORT_DESC="SSH Filesystem implemented with FUSE"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 @@ -14,15 +15,16 @@
    1.15  BUILD_DEPENDS="fuse3-dev"
    1.16  # gettext-dev glib-dev"
    1.17  
    1.18 -compile_rules() {
    1.19 +compile_rules()
    1.20 +{
    1.21  	./configure $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  	make install
    1.24  }
    1.25  
    1.26 -genpkg_rules() {
    1.27 +genpkg_rules()
    1.28 +{
    1.29  	copy @std
    1.30 -	DEPENDS="fuse3 openssh glib"
    1.31 +	DEPENDS="fuse3 glib openssh"
    1.32  	PROVIDE="rsshfs sshfs"
    1.33 -	TAGS="ssh"
    1.34  }