sshfs-fuse: update to 1.7
authorJunqian Gordon Xu <xjqian@gmail.com>
Mon, 7 May 2007 18:41:13 +0000 (18:41 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 18:41:13 +0000 (18:41 +0000)
packages/fuse/sshfs-fuse_1.7.bb [new file with mode: 0644]

diff --git a/packages/fuse/sshfs-fuse_1.7.bb b/packages/fuse/sshfs-fuse_1.7.bb
new file mode 100644 (file)
index 0000000..24b70c5
--- /dev/null
@@ -0,0 +1,14 @@
+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"
+RDEPENDS = "fuse"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
+
+S = "${WORKDIR}/${P}"
+
+inherit autotools