blob: e1c5f4651bd90d5fb959e9f101e59727e15eca87 [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=3
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_prepare() {
# Disable stripping, bug 239939
sed -i -e 's:strip .*::' Makefile.in || die
}
src_install() {
dobin bin/mirdir || die
doman mirdir.1
dodoc AUTHORS
}