diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-28 01:34:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-28 01:34:20 +0000 |
commit | e81883ec524f9602882d13317f437d552897ed59 (patch) | |
tree | 97b7ef32c481e5ddba65e0e3190daf7361cec1d1 /packages/fuse/sshfs-fuse_1.8.bb | |
parent | 446ce329e2b6d14f48efe4dcf3cd78234bc2e0fc (diff) |
sshfs-fuse: update to 1.8
fuse: remove 2.5.3 and 2.6.0, 2.6.5 proved to be pretty stable. may add 2.7.0 soon
Diffstat (limited to 'packages/fuse/sshfs-fuse_1.8.bb')
-rw-r--r-- | packages/fuse/sshfs-fuse_1.8.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/fuse/sshfs-fuse_1.8.bb b/packages/fuse/sshfs-fuse_1.8.bb new file mode 100644 index 0000000000..0ca2e132bc --- /dev/null +++ b/packages/fuse/sshfs-fuse_1.8.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE." +AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" +HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPLv2" +DEPENDS = "glib-2.0 fuse" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" +S = "${WORKDIR}/${P}" + +inherit autotools + +FILES_${PN} += "${libdir}/sshnodelay.so" |