aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fuse
diff options
context:
space:
mode:
authorDirk Opfer <dirk@opfer-online.de>2008-05-09 20:18:16 +0000
committerDirk Opfer <dirk@opfer-online.de>2008-05-09 20:18:16 +0000
commitfc672056c4760b31597316f58fa2a804f966118b (patch)
tree51faf21ee8245ff814bdecc3fa4bdc1b2bbe7b9f /packages/fuse
parent2998633486bf540857ebcdf0b0271751b0e1da79 (diff)
downloadopenembedded-fc672056c4760b31597316f58fa2a804f966118b.tar.gz
fuse: add curlftpfs, filesystem client based on the FTP
Diffstat (limited to 'packages/fuse')
-rw-r--r--packages/fuse/curlftpfs_0.9.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/fuse/curlftpfs_0.9.1.bb b/packages/fuse/curlftpfs_0.9.1.bb
new file mode 100644
index 0000000000..f8703a9527
--- /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