summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-13 13:57:00 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-13 13:57:00 +0000
commit476eb209018093b1c74a011c3f81655368538c74 (patch)
treea5c3ba76d8e783cf943426690f98eed8d303833e /app-text/enchant/enchant-1.0.0.ebuild
parentnew version (diff)
downloadgentoo-2-476eb209018093b1c74a011c3f81655368538c74.tar.gz
gentoo-2-476eb209018093b1c74a011c3f81655368538c74.tar.bz2
gentoo-2-476eb209018093b1c74a011c3f81655368538c74.zip
new version
Diffstat (limited to 'app-text/enchant/enchant-1.0.0.ebuild')
-rw-r--r--app-text/enchant/enchant-1.0.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/enchant/enchant-1.0.0.ebuild b/app-text/enchant/enchant-1.0.0.ebuild
new file mode 100644
index 000000000000..46a8da3d1e8b
--- /dev/null
+++ b/app-text/enchant/enchant-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.0.0.ebuild,v 1.1 2003/09/13 13:56:51 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="Spellchecker wrapping library"
+HOMEPAGE="http://www.abisource.com/enchant/"
+
+SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+KEYWORDS="~x86 ~ppc ~sparc"
+
+IUSE=""
+
+# The || is meant to make sure there is a a default spell lib to work wit
+# 25 Aug 2003; foser <foser@gentoo.org>
+RDEPEND=">=dev-libs/glib-2
+ || ( app-text/aspell app-text/ispell )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"