# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.14.ebuild,v 1.1 2004/12/05 03:21:27 ka0ttic Exp $ DESCRIPTION="File history and comparison tools" HOMEPAGE="http://www.canb.auug.org.au/~millerp/fhist.html" SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~mips" IUSE="" DEPEND="sys-devel/gettext sys-apps/groff sys-devel/bison" src_compile() { econf || die "econf failed" emake -j1 || die "emake failed" } src_test() { make sure || die "src_test failed" } src_install () { make RPM_BUILD_ROOT="${D}" NLSDIR="${D}/usr/share/locale" \ install || die "make install failed" dodoc lib/en/*.txt dodoc lib/en/*.ps # remove duplicate docs etc. rm -r ${D}/usr/share/fhist dodoc LICENSE MANIFEST README }