# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.8 2003/04/23 00:32:14 vladimir Exp $ DESCRIPTION="spell library for GTK2" SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86 sparc" SLOT="0" IUSE="nls" RDEPEND=">=dev-libs/glib-2.0.4 >=x11-libs/gtk+-2.0.5 virtual/aspell-dict" src_compile() { econf `use_enable nls` || die emake || die "compile failure" } src_install() { einstall || die dodoc AUTHORS ChangeLog NEWS README }