git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25b19a
)
sshfs-fuse: update to 1.7
author
Junqian Gordon Xu
<xjqian@gmail.com>
Mon, 7 May 2007 18:41:13 +0000
(18:41 +0000)
committer
Koen 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]
patch
|
blob
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
+++ 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