New package: curlftpfs-0.9.2.
This commit is contained in:
parent
482e8f42a3
commit
b8c52bc1a8
|
@ -0,0 +1,29 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue