# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.07.ebuild,v 1.1 2005/01/21 11:37:08 lu_zero Exp $ DESCRIPTION="Diction and style checkers for english and german texts" HOMEPAGE="http://www.fsf.org/software/diction/diction.html" SRC_URI="http://www.moria.de/~michael/diction/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64" IUSE="" DEPEND="sys-devel/gettext" src_compile() { ./configure --prefix=/usr ||die emake || die } src_install() { make prefix=${D}/usr install }