zsync: remove long_desc.

This commit is contained in:
Juan RP 2014-02-14 14:22:13 +01:00
parent a7f187d75f
commit 05795c5cb4

View file

@ -1,7 +1,7 @@
# Template file for 'zsync'
pkgname=zsync
version=0.6.2
revision=1
revision=2
build_style=gnu-configure
short_desc="Client-side implementation of the rsync algorithm"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -9,12 +9,3 @@ license="Artistic"
homepage="http://zsync.moria.org.uk/"
distfiles="http://zsync.moria.org.uk/download/zsync-$version.tar.bz2"
checksum=0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2
long_desc="
zsync is a file transfer program to download files from remote web servers.
If a previous version of a file is available locally, zsync will only download
changed parts and hereby minimise the download volume. The algorithm is the
same as used by rsync(1), but zsync does not require any server software
(apart from a web server), nor does it need shell access. Instead, it uses
a control file (.zsync file) that describes the file to be downloaded, which
it uses to determine the blocks to fetch. This file is created once on the
server (and not for each request) and sits next to actual file to download."