aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fuse
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2007-05-07 18:41:13 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-07 18:41:13 +0000
commitb3e367567e55830ee21129a7bd32d8596cefc827 (patch)
tree46f41f3b58fe05081081531ca0a6c61cdea238b5 /packages/fuse
parenta25b19a8f6a8342aa621e3a55571f2b2aa44d923 (diff)
downloadopenembedded-b3e367567e55830ee21129a7bd32d8596cefc827.tar.gz
sshfs-fuse: update to 1.7
Diffstat (limited to 'packages/fuse')
-rw-r--r--packages/fuse/sshfs-fuse_1.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/fuse/sshfs-fuse_1.7.bb b/packages/fuse/sshfs-fuse_1.7.bb
new file mode 100644
index 0000000000..24b70c518b
--- /dev/null
+++ b/packages/fuse/sshfs-fuse_1.7.bb
@@ -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