void-packages/srcpkgs/curlftpfs/template

27 lines
872 B
Plaintext

# Template file for 'curlftpfs'
pkgname=curlftpfs
version=0.9.2
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="ac_cv_func_working_mktime=yes"
revision=1
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
"
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build fuse-devel
Add_dependency build libcurl-devel