New package: lftpfs-0.4.3.
This commit is contained in:
parent
77dddfe405
commit
8cb4ab0c6e
1 changed files with 33 additions and 0 deletions
33
srcpkgs/lftpfs/template
Normal file
33
srcpkgs/lftpfs/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'lftpfs'
|
||||||
|
pkgname=lftpfs
|
||||||
|
version=0.4.3
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
build_style=perl-module
|
||||||
|
short_desc="Filesystem with caching based on FUSE and LFTP"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://lftpfs.sourceforge.net/"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=5116e06dfc03c4000f3157916d4bf2b9bcd6f47667790217dbf3b9f04861bf39
|
||||||
|
long_desc="
|
||||||
|
LftpFS is a read-only network filesystem with caching for smart mirror of
|
||||||
|
sites. Useful for mirroring of Linux repositories. It's based on FUSE and
|
||||||
|
LFTP client, which supports FTP, HTTP, FISH, SFTP, HTTPS, FTPS protocols
|
||||||
|
and works over proxies. LftpFS is a fork from unmaintained FuseFTP.
|
||||||
|
|
||||||
|
Features
|
||||||
|
connection features of LFTP (http://lftp.yar.ru/)
|
||||||
|
caching of files with a structure of remote directory
|
||||||
|
include/exclude matching files/dirs
|
||||||
|
using as mirror tool with on-demand download of files
|
||||||
|
"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
Add_dependency full perl-Fuse
|
||||||
|
Add_dependency full perl-IPC-Run
|
||||||
|
Add_dependency full lftp
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
vmkdir usr
|
||||||
|
mv ${DESTDIR}/usr/lib/perl5/vendor_perl/bin ${DESTDIR}/usr
|
||||||
|
}
|
Loading…
Reference in a new issue