summaryrefslogtreecommitdiff
blob: bc6912c4e48413e776ab831c253a44d183a776b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inherit eutils

DESCRIPTION="Partial/differential file download client over HTTP which uses the rsync algorithm"
HOMEPAGE="http://zsync.moria.org.uk/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="x86"

src_install() {
	dobin zsync zsyncmake
	dodoc COPYING NEWS README
	doman doc/zsync.1 doc/zsyncmake.1
}