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>
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"
--- /dev/null
+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/
--- /dev/null
+#############################################################
+#
+# 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))