summaryrefslogtreecommitdiff
blob: e3c864c08c4e23f6347088279f9eaa2faf407e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/mirdir/mirdir-2.1.ebuild,v 1.2 2005/12/12 19:50:53 metalgod Exp $

DESCRIPTION=" Mirdir allows to synchronize two directory trees in a fast way."
HOMEPAGE="http://sf.net/projects/mirdir"
SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
#RDEPEND=""
S="${WORKDIR}/${P}-UNIX"

src_install() {
	doman mirdir.1
	dobin bin/mirdir
	dodoc AUTHORS
}