From b8cb925a1bc545640df8e692d9f24ed4e8b949a9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Feb 2014 16:57:56 +0100 Subject: [PATCH] lftpfs: remove long_desc. --- srcpkgs/lftpfs/template | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/srcpkgs/lftpfs/template b/srcpkgs/lftpfs/template index e4d9a693d0a..ba159bb1432 100644 --- a/srcpkgs/lftpfs/template +++ b/srcpkgs/lftpfs/template @@ -1,8 +1,8 @@ # Template file for 'lftpfs' pkgname=lftpfs version=0.4.3 -revision=1 -noarch="yes" +revision=2 +noarch=yes build_style=perl-module makedepends="perl-Fuse perl-IPC-Run lftp" depends="${makedepends}" @@ -12,20 +12,3 @@ homepage="http://lftpfs.sourceforge.net/" license="GPL-2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" 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 -" - -post_install() { - vmkdir usr - mv ${DESTDIR}/usr/lib/perl5/vendor_perl/bin ${DESTDIR}/usr -}