summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/zsync/zsync-0.4.1.ebuild')
-rw-r--r--net-misc/zsync/zsync-0.4.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/zsync/zsync-0.4.1.ebuild b/net-misc/zsync/zsync-0.4.1.ebuild
new file mode 100644
index 000000000000..ef8173851a10
--- /dev/null
+++ b/net-misc/zsync/zsync-0.4.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.4.1.ebuild,v 1.1 2005/07/30 17:45:23 karltk Exp $
+
+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"
+DEPEND="virtual/libc"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ dobin zsync zsyncmake
+ dodoc COPYING NEWS README
+ doman doc/zsync.1 doc/zsyncmake.1
+}