# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/dirdiff-2.1.ebuild,v 1.4 2009/10/12 20:31:30 ssuominen Exp $ EAPI="2" inherit eutils DESCRIPTION="A tool for differing and merging directories" SRC_URI="http://samba.org/ftp/paulus/${P}.tar.gz" HOMEPAGE="http://samba.org/ftp/paulus/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="dev-lang/tk" src_prepare() { epatch "${FILESDIR}"/${PV}-gentoo.patch } src_compile() { emake \ CC=$(tc-getCC) \ || die } src_install() { dobin dirdiff || die dolib.so libfilecmp.so.0.0 || die dodoc README }