blob: 4419b98f3acab1e0ac71906b9dc6be898eb29ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/rdiff-backup/rdiff-backup-0.8.0.ebuild,v 1.10 2004/06/25 00:08:16 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Remote incremental file backup utility, similar to rsync but more reliable"
SRC_URI="http://www.stanford.edu/~bescoto/rdiff-backup/${P}.tar.gz"
HOMEPAGE="http://www.stanford.edu/~bescoto/rdiff-backup/"
LICENSE="GPL-2"
KEYWORDS="x86 sparc"
SLOT="0"
DEPEND=">=net-libs/librsync-0.9.5
>=dev-lang/python-2.2"
src_install () {
dobin rdiff-backup
doman rdiff-backup.1
dodoc COPYING README CHANGELOG
dohtml FAQ.html
}
|