From 4e3f302694e02d772e0e636d14c5f33bebe9162c Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Mon, 29 Apr 2002 08:59:14 +0000 Subject: NEW: librsync. contrib by justin - closes bug #1941 --- net-libs/librsync/ChangeLog | 10 ++++++++++ net-libs/librsync/files/digest-librsync-0.9.5 | 1 + net-libs/librsync/librsync-0.9.5.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 net-libs/librsync/ChangeLog create mode 100644 net-libs/librsync/files/digest-librsync-0.9.5 create mode 100644 net-libs/librsync/librsync-0.9.5.ebuild (limited to 'net-libs/librsync') diff --git a/net-libs/librsync/ChangeLog b/net-libs/librsync/ChangeLog new file mode 100644 index 000000000000..9cce4a98f513 --- /dev/null +++ b/net-libs/librsync/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/librsync +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.1 2002/04/29 08:59:14 bangert Exp $ + +*librsync-0.9.5 (27 Apr 2002) + + 27 Apr 2002; Thilo Bangert ChangeLog : + + initial release ;-) + contributed by Justin diff --git a/net-libs/librsync/files/digest-librsync-0.9.5 b/net-libs/librsync/files/digest-librsync-0.9.5 new file mode 100644 index 000000000000..8a3c2e52e0ef --- /dev/null +++ b/net-libs/librsync/files/digest-librsync-0.9.5 @@ -0,0 +1 @@ +MD5 df1c35520e4b0bf9d6d7ac813ba86a14 librsync-0.9.5.tar.gz 269068 diff --git a/net-libs/librsync/librsync-0.9.5.ebuild b/net-libs/librsync/librsync-0.9.5.ebuild new file mode 100644 index 000000000000..59c591be08b5 --- /dev/null +++ b/net-libs/librsync/librsync-0.9.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# Author Justin +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.5.ebuild,v 1.1 2002/04/29 08:59:14 bangert Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Flexible remote checksum-based differencing" +SRC_URI="http://prdownloads.sourceforge.net/rproxy/${P}.tar.gz" +HOMEPAGE="http://www.sourceforge.net/projects/rproxy/" + +DEPEND="virtual/glibc" + + +src_compile() { + ./configure --prefix=/usr --host=${CHOST} || die + emake || die +} + +src_install () { + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + install || die + + dodoc COPYING NEWS INSTALL AUTHORS THANKS README TODO +} -- cgit v1.2.3-65-gdbad