increase dvbapp PR.
[vuplus_openembedded] / recipes / fuse / curlftpfs_0.9.2.bb
1 DESCRIPTION = "This is a filesystem client based on the FTP File Transfer Protocol using FUSE."
2 AUTHOR = "Robson Braga Araujo - <brag@users.sf.net>"
3 HOMEPAGE = "http://curlftpfs.sourceforge.net/"
4 SECTION = "console/network"
5 PRIORITY = "optional"
6 LICENSE = "GPLv2"
7 DEPENDS = "glib-2.0 fuse curl"
8 RDEPENDS += " libcurl "
9 PR = "r0"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz"
12
13 S = "${WORKDIR}/${P}"
14
15 inherit autotools