aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fuse/curlftpfs_0.9.2.bb
blob: f8703a95274e9b87823355e5b89df84d8c3cecad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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