Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" |
| 2 | AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" |
| 3 | HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html" |
| 4 | SECTION = "console/network" |
| 5 | LICENSE = "GPLv2" |
| 6 | DEPENDS = "glib-2.0 fuse" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | SRC_URI = "git://github.com/libfuse/sshfs;tag=b2fa7593586b141298e6159f40f521d2b0f4f894 \ |
| 10 | file://0001-Makefile-fix-path-for-sshfs.1.patch" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | FILES_${PN} += "${libdir}/sshnodelay.so" |