summaryrefslogtreecommitdiffhomepage
path: root/groups.d/251.native_packages_lib.d/enchant.package
diff options
context:
space:
mode:
Diffstat (limited to 'groups.d/251.native_packages_lib.d/enchant.package')
-rw-r--r--groups.d/251.native_packages_lib.d/enchant.package9
1 files changed, 9 insertions, 0 deletions
diff --git a/groups.d/251.native_packages_lib.d/enchant.package b/groups.d/251.native_packages_lib.d/enchant.package
new file mode 100644
index 00000000..58bd8194
--- /dev/null
+++ b/groups.d/251.native_packages_lib.d/enchant.package
@@ -0,0 +1,9 @@
+: ${PKG_ENCHANT_DEPENDS:="glib hunspell aspell"};
+: ${PKG_ENCHANT_SHA256SUM:=3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891};
+: ${PKG_ENCHANT_VERSION:=2.3.3};
+: ${PKG_ENCHANT_URL:=https://github.com/AbiWord/enchant/releases/download/v${PKG_ENCHANT_VERSION}/enchant-${PKG_ENCHANT_VERSION}.tar.gz};
+: ${PKG_ENCHANT_CXXFLAGS_CONFIGURE_EXTRA:="-std=c++0x"};
+
+ex_pkg_register "enchant" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";
+
+# vim:filetype=sh textwidth=0