do depmod during modules_install (trying to fix linux-git with udev)
[openadk.git] / package / enchant / Makefile
blobf3683cd7f02acf076afcb1113c29ea1d51c8fa41
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_URL:= add project url
13 PKG_SITES:= http://www.abisource.com/downloads/enchant/1.6.0/
15 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,ENCHANT,enchant,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
21 enchant-install:
22 $(INSTALL_DIR) $(IDIR_ENCHANT)/usr/lib
24 include $(ADK_TOPDIR)/mk/pkg-bottom.mk