summaryrefslogtreecommitdiff
path: root/package/enchant
diff options
context:
space:
mode:
Diffstat (limited to 'package/enchant')
-rw-r--r--package/enchant/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/enchant/Makefile b/package/enchant/Makefile
new file mode 100644
index 000000000..f3683cd7f
--- /dev/null
+++ b/package/enchant/Makefile
@@ -0,0 +1,24 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= enchant
+PKG_VERSION:= 1.6.0
+PKG_RELEASE:= 1
+PKG_HASH:= 2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
+PKG_DESCR:= spelling library
+PKG_SECTION:= libs/misc
+PKG_URL:= add project url
+PKG_SITES:= http://www.abisource.com/downloads/enchant/1.6.0/
+
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,ENCHANT,enchant,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
+
+enchant-install:
+ $(INSTALL_DIR) $(IDIR_ENCHANT)/usr/lib
+
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk