void-packages/srcpkgs/curlftpfs/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

29 lines
961 B
Text

# 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"
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 run glibc
Add_dependency run glib
Add_dependency run fuse
Add_dependency run libcurl
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build fuse-devel
Add_dependency build libcurl-devel