enchant: New package for enchant spell-checking library.

Enchant is a spell checking library that provides a consistent API across
a number of spell-checking system backends.

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Will Newton 2009-06-29 11:26:23 +01:00 committed by Peter Korsgaard
parent ddd0db77ab
commit 2c3a3af86e
3 changed files with 22 additions and 0 deletions

View File

@ -61,6 +61,7 @@ source "package/customize/Config.in"
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/dash/Config.in"
endif
source "package/enchant/Config.in"
source "package/file/Config.in"
source "package/gamin/Config.in"
source "package/icu/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_ENCHANT
bool "enchant"
help
Enchant is a spell-checking library that provides a consistent
API across a number of spell-checking system backends.
http://www.abisource.com/projects/enchant/

View File

@ -0,0 +1,14 @@
#############################################################
#
# enchant
#
#############################################################
ENCHANT_VERSION = 1.5.0
ENCHANT_SOURCE = enchant-$(ENCHANT_VERSION).tar.gz
ENCHANT_SITE = http://www.abisource.com/downloads/enchant/$(ENCHANT_VERSION)
ENCHANT_INSTALL_STAGING = YES
ENCHANT_INSTALL_TARGET = YES
ENCHANT_LIBTOOL_PATCH = NO
$(eval $(call AUTOTARGETS,package,enchant))