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:
2998633
)
fuse: add curlftpfs, filesystem client based on the FTP
author
Dirk Opfer
<dirk@opfer-online.de>
Fri, 9 May 2008 20:18:16 +0000
(20:18 +0000)
committer
Dirk Opfer
<dirk@opfer-online.de>
Fri, 9 May 2008 20:18:16 +0000
(20:18 +0000)
packages/fuse/curlftpfs_0.9.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/fuse/curlftpfs_0.9.1.bb
b/packages/fuse/curlftpfs_0.9.1.bb
new file mode 100644
(file)
index 0000000..
f8703a9
--- /dev/null
+++ b/
packages/fuse/curlftpfs_0.9.1.bb
@@ -0,0
+1,15
@@
+DESCRIPTION = "This is a filesystem client based on the FTP File Transfer Protocol using FUSE."
+AUTHOR = "Robson Braga Araujo - <brag@users.sf.net>"
+HOMEPAGE = "http://curlftpfs.sourceforge.net/"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0 fuse curl"
+RDEPENDS += " libcurl "
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz"
+
+S = "${WORKDIR}/${P}"
+
+inherit autotools