# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild,v 1.5 2002/10/05 05:39:09 drobbins Exp $ IUSE="nls" S=${WORKDIR}/${P} DESCRIPTION="GNOME Frontend for diff" SRC_URI="http://www.ainet.or.jp/~inoue/software/gtkdiff/${P}.tar.gz" HOMEPAGE="http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 sys-apps/diffutils" RDEPEND="nls? ( sys-devel/gettext dev-util/intltool )" src_compile() { local myconf use nls || myconf=" --disable-nls" econf ${myconf} || die emake || die } src_install () { einstall || die dodoc AUTHORS COPYING ChangeLog NEWS README TODO }