diff --git a/hardware/disk/sshfs/actions.py b/hardware/disk/sshfs/actions.py new file mode 100644 index 0000000000..b0be2493a6 --- /dev/null +++ b/hardware/disk/sshfs/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "sshfs-fuse-%s" % get.srcVERSION() + +def setup(): + autotools.configure("--disable-sshnodelay") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("NEWS","README","ChangeLog") diff --git a/hardware/disk/sshfs/pspec.xml b/hardware/disk/sshfs/pspec.xml new file mode 100644 index 0000000000..1b927ff120 --- /dev/null +++ b/hardware/disk/sshfs/pspec.xml @@ -0,0 +1,66 @@ + + + + + sshfs + http://fuse.sourceforge.net/sshfs.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + 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_5/sshfs-fuse-2.5.tar.gz + + fuse-devel + glib2-devel + + + + + sshfs + + fuse + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2016-01-27 + 2.5 + Rebuild and check. + Stefan Gronewold + groni@pisilinux.org + + + 2014-12-13 + 2.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-09 + 2.4 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-11-14 + 2.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/hardware/disk/sshfs/translations.xml b/hardware/disk/sshfs/translations.xml new file mode 100644 index 0000000000..4b4b675434 --- /dev/null +++ b/hardware/disk/sshfs/translations.xml @@ -0,0 +1,8 @@ + + + + sshfs + SSH FTP alanı dosyasistemi + sshfs, SSH dosya aktarım protokülünü kullanarak bir dosyasistemi oluşturmanıza olanak verir. Böylece, uzak sistemdeki SSH FTP alanınızı diskinizin bir parçasıymış gibi kullanabilirsiniz. + + diff --git a/pisi-index.xml b/pisi-index.xml index 8f33f6f11c..59e6fa5287 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -21022,6 +21022,72 @@ + + + sshfs + http://fuse.sourceforge.net/sshfs.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.disk + A filesystem client based on the SSH FTP + SSH FTP alanı dosyasistemi + sshfs allows mounting remote SSH accounts as a filesystem. + sshfs, SSH dosya aktarım protokülünü kullanarak bir dosyasistemi oluşturmanıza olanak verir. Böylece, uzak sistemdeki SSH FTP alanınızı diskinizin bir parçasıymış gibi kullanabilirsiniz. + https://github.com/libfuse/sshfs/releases/download/sshfs_2_5/sshfs-fuse-2.5.tar.gz + + fuse-devel + glib2-devel + + hardware/disk/sshfs/pspec.xml + + + sshfs + + fuse + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2016-01-27 + 2.5 + Rebuild and check. + Stefan Gronewold + groni@pisilinux.org + + + 2014-12-13 + 2.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-09 + 2.4 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-11-14 + 2.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + exfat-utils diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index eb546dd4d4..33ac36e816 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -2a498be2b6a928009c31ea7d76877bd677649837 \ No newline at end of file +e7538dc5f4e0a9018c2677ebf010828bc9ffd537 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 39671ee644..db3f5266bc 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 7b3914cbf2..e270947a54 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2b61d8c628b7027858b8c54df4aba51c7f0ac147 \ No newline at end of file +6f11fbe361c0fe7d19bfa50bb9674dda1326d5b8 \ No newline at end of file