# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.4 2011/04/12 22:28:59 abcd Exp $ EAPI="4" inherit eutils DESCRIPTION="File history and comparison tools" HOMEPAGE="http://fhist.sourceforge.net/fhist.html" SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=" dev-libs/libexplain sys-devel/gettext sys-apps/groff" DEPEND="${RDEPEND} sys-devel/bison test? ( app-arch/sharutils )" src_prepare() { epatch "${FILESDIR}"/${PV}-ldflags.patch } src_compile() { emake -j1 } src_install () { emake -j1 DESTDIR="${D}" install dodoc README }