diff --git a/hardware/disk/sshfs/actions.py b/hardware/disk/sshfs/actions.py index b51cca8b60..5f9e377f14 100644 --- a/hardware/disk/sshfs/actions.py +++ b/hardware/disk/sshfs/actions.py @@ -6,17 +6,18 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import mesontools from pisi.actionsapi import get #WorkDir = "sshfs-fuse-%s" % get.srcVERSION() def setup(): - autotools.configure("--disable-sshnodelay") + mesontools.configure("--buildtype=release") def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() - pisitools.dodoc("AUTHORS","COPYING","ChangeLog") + pisitools.dodoc("AUTHORS","COPYING","README*") diff --git a/hardware/disk/sshfs/pspec.xml b/hardware/disk/sshfs/pspec.xml index e324311ba8..39644ca313 100644 --- a/hardware/disk/sshfs/pspec.xml +++ b/hardware/disk/sshfs/pspec.xml @@ -12,10 +12,13 @@ app:console A filesystem client based on the SSH FTP sshfs allows mounting remote SSH accounts as a filesystem. - https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.tar.gz + https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.3/sshfs-3.7.3.tar.xz + meson fuse-devel glib2-devel + + python3-docutils @@ -27,6 +30,7 @@ /usr/bin + /usr/sbin /usr/lib /usr/share/doc /usr/share/man @@ -34,6 +38,13 @@ + + 2023-11-08 + 3.7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 2.8