2011-07-13 14:31:45 +00:00
|
|
|
# Template file for 'curlftpfs'
|
|
|
|
pkgname=curlftpfs
|
|
|
|
version=0.9.2
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-07-13 14:31:45 +00:00
|
|
|
configure_args="ac_cv_func_working_mktime=yes"
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config glib-devel fuse-devel libcurl-devel"
|
2011-07-13 14:31:45 +00:00
|
|
|
short_desc="A FTP filesystem based on cURL and FUSE"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://curlftpfs.sourceforge.net/"
|
|
|
|
license="GPL-2"
|
|
|
|
checksum=4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958
|
|
|
|
long_desc="
|
|
|
|
CurlFtpFS differentiates itself from other FTP filesystems because it features:
|
|
|
|
|
|
|
|
SSLv3 and TLSv1 support
|
|
|
|
connecting through tunneling HTTP proxies
|
|
|
|
automatically reconnection if the server times out
|
|
|
|
transform absolute symlinks to point back into the ftp file system
|
|
|
|
"
|
|
|
|
|
|
|
|
|