Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [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 | |
| 9 | SRC_URI = "git://github.com/libfuse/sshfs;branch=sshfs_2.x \ |
| 10 | " |
| 11 | SRCREV = "42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d" |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | FILES_${PN} += "${libdir}/sshnodelay.so" |