diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:17:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 04:17:59 +0000 |
commit | 9d2d2889482046084498c851449073dc4d916bcb (patch) | |
tree | 45f3c7f857ac9bf850d97e2d42be18730346eba3 /app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | |
parent | touchups (diff) | |
download | historical-9d2d2889482046084498c851449073dc4d916bcb.tar.gz historical-9d2d2889482046084498c851449073dc4d916bcb.tar.bz2 historical-9d2d2889482046084498c851449073dc4d916bcb.zip |
touchups
Diffstat (limited to 'app-text/gtkspell/gtkspell-2.0.0-r1.ebuild')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild index 600d8d826f10..7d93dda21bc9 100644 --- a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild @@ -1,8 +1,8 @@ # 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.6 2003/02/13 09:38:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.7 2003/03/01 04:17:59 vapier Exp $ -DESCRIPTION="GtkSpell is a spell library for GTK2" +DESCRIPTION="spell library for GTK2" SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" @@ -16,11 +16,11 @@ RDEPEND=">=dev-libs/glib-2.0.4 >=app-text/aspell-0.50" src_compile() { - econf `use_enable nls` + econf `use_enable nls` || die emake || die "compile failure" } src_install() { - einstall - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README + einstall || die + dodoc AUTHORS ChangeLog NEWS README } |