From e81883ec524f9602882d13317f437d552897ed59 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 28 Aug 2007 01:34:20 +0000 Subject: 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 --- packages/fuse/sshfs-fuse_1.8.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/fuse/sshfs-fuse_1.8.bb (limited to 'packages/fuse/sshfs-fuse_1.8.bb') 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 " +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" -- cgit v1.2.3