allow to disable kernel module autoloading mechanism, useful when a big defconfig...
[openadk.git] / package / gettext / Makefile
blob5ab5bb152de9f949317c034ea262331501aa3ef3
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:= gettext
7 PKG_VERSION:= 0.19.8
8 PKG_RELEASE:= 1
9 PKG_HASH:= 9c1781328238caa1685d7bc7a2e1dcf1c6c134e86b42ed554066734b621bd12f
10 PKG_DESCR:= i18n tools and libs
11 PKG_SECTION:= libs/misc
12 PKG_URL:= https://www.gnu.org/software/gettext/
13 PKG_SITES:= http://ftp.gnu.org/pub/gnu/gettext/
14 PKG_OPTS:= dev
16 include $(ADK_TOPDIR)/mk/host.mk
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call HOST_template,GETTEXT,gettext,$(PKG_VERSION)-$(PKG_RELEASE)))
20 $(eval $(call PKG_template,GETTEXT,gettext,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
22 gettext-install:
23 $(INSTALL_DIR) $(IDIR_GETTEXT)/usr/lib
24 $(CP) $(WRKINST)/usr/lib/libgettext*.so* \
25 $(IDIR_GETTEXT)/usr/lib
27 include $(ADK_TOPDIR)/mk/host-bottom.mk
28 include $(ADK_TOPDIR)/mk/pkg-bottom.mk