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:
parent
ddd0db77ab
commit
2c3a3af86e
@ -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"
|
||||
|
7
package/enchant/Config.in
Normal file
7
package/enchant/Config.in
Normal 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/
|
14
package/enchant/enchant.mk
Normal file
14
package/enchant/enchant.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user