# Template file for 'curlftpfs'
pkgname=curlftpfs
version=0.9.2
revision=3
build_style=gnu-configure
configure_args="ac_cv_func_working_mktime=yes ac_cv_func_malloc_0_nonnull=yes
 ac_cv_func_realloc_0_nonnull=yes ac_cv_func_chown_works=yes"
hostmakedepends="pkg-config libcurl-devel"
makedepends="libglib-devel fuse-devel libcurl-devel"
short_desc="A FTP filesystem based on cURL and FUSE"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://curlftpfs.sourceforge.net/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
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
"

curlftpfs_package() {
	pkg_install() {
		vmove all
	}
}