# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Spell checking widget for GTK2" HOMEPAGE="http://gtkspell.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2" DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc )" src_compile() { econf $(use_enable doc gtk-doc) || die emake || die "compile failure" } src_install() { einstall || die dodoc AUTHORS ChangeLog NEWS README }