sshfs-3.7.3

This commit is contained in:
Rmys
2023-11-09 10:08:26 +03:00
committed by GitHub
parent 031cb568d7
commit eeba13bf3d
2 changed files with 17 additions and 5 deletions
+5 -4
View File
@@ -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*")
+12 -1
View File
@@ -12,10 +12,13 @@
<IsA>app:console</IsA>
<Summary>A filesystem client based on the SSH FTP</Summary>
<Description>sshfs allows mounting remote SSH accounts as a filesystem.</Description>
<Archive sha1sum="2b792aa5b3a45e0c3fe65c44bd9da8f64a690830" type="targz">https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.tar.gz</Archive>
<Archive sha1sum="eda6ffee0d78085fc0799f8b12df02298bb9a658" type="tarxz">https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.3/sshfs-3.7.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>fuse-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<!--for man page-->
<Dependency>python3-docutils</Dependency>
</BuildDependencies>
</Source>
@@ -27,6 +30,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
@@ -34,6 +38,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-11-08</Date>
<Version>3.7.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-02-01</Date>
<Version>2.8</Version>