From cd0a0087f91ced2ee3fe56f6afce4f1a51b1b119 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Oct 2016 06:16:52 +0200 Subject: systemd: add new package and needed gettext, only compile time tested --- package/gettext/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package/gettext/Makefile (limited to 'package/gettext') diff --git a/package/gettext/Makefile b/package/gettext/Makefile new file mode 100644 index 000000000..5ab5bb152 --- /dev/null +++ b/package/gettext/Makefile @@ -0,0 +1,28 @@ +# 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:= gettext +PKG_VERSION:= 0.19.8 +PKG_RELEASE:= 1 +PKG_HASH:= 9c1781328238caa1685d7bc7a2e1dcf1c6c134e86b42ed554066734b621bd12f +PKG_DESCR:= i18n tools and libs +PKG_SECTION:= libs/misc +PKG_URL:= https://www.gnu.org/software/gettext/ +PKG_SITES:= http://ftp.gnu.org/pub/gnu/gettext/ +PKG_OPTS:= dev + +include $(ADK_TOPDIR)/mk/host.mk +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call HOST_template,GETTEXT,gettext,$(PKG_VERSION)-$(PKG_RELEASE))) +$(eval $(call PKG_template,GETTEXT,gettext,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) + +gettext-install: + $(INSTALL_DIR) $(IDIR_GETTEXT)/usr/lib + $(CP) $(WRKINST)/usr/lib/libgettext*.so* \ + $(IDIR_GETTEXT)/usr/lib + +include $(ADK_TOPDIR)/mk/host-bottom.mk +include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3