From fc672056c4760b31597316f58fa2a804f966118b Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Fri, 9 May 2008 20:18:16 +0000 Subject: fuse: add curlftpfs, filesystem client based on the FTP --- packages/fuse/curlftpfs_0.9.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/fuse/curlftpfs_0.9.1.bb (limited to 'packages/fuse') 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 - " +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 -- cgit v1.2.3