protobuf: fix hash
[openadk.git] / package / enchant / Makefile
blob84ffa533f3ddea2450cb5c485efb3d3c205ebccd
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= enchant
7 PKG_VERSION:= 1.6.0
8 PKG_RELEASE:= 1
9 PKG_HASH:= 2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
10 PKG_DESCR:= spelling library
11 PKG_SECTION:= libs/misc
12 PKG_SITES:= http://www.abisource.com/downloads/enchant/1.6.0/
14 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
16 include $(ADK_TOPDIR)/mk/package.mk
18 $(eval $(call PKG_template,ENCHANT,enchant,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
20 enchant-install:
21 $(INSTALL_DIR) $(IDIR_ENCHANT)/usr/lib/enchant
22 $(CP) $(WRKINST)/usr/lib/libenchant.so* \
23 $(IDIR_ENCHANT)/usr/lib
24 $(CP) $(WRKINST)/usr/lib/enchant/*.so* \
25 $(IDIR_ENCHANT)/usr/lib/enchant
27 include $(ADK_TOPDIR)/mk/pkg-bottom.mk