mk/image.mk: Ship /init in initramfs
[openadk.git] / package / intltool / Makefile
blobd0c55f1555a438fbaa8e7b391bc0bdab3a0a7afa
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:= intltool
7 PKG_VERSION:= 0.51.0
8 PKG_RELEASE:= 1
9 PKG_HASH:= 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
10 PKG_DESCR:= internationalization utility to create po files
11 PKG_SECTION:= dev/tools
12 PKG_URL:= http://freedesktop.org/wiki/Software/intltool/
13 PKG_SITES:= https://launchpad.net/intltool/trunk/$(PKG_VERSION)/+download/
15 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 PKG_CFLINE_INTLTOOL:= depends on ADK_HOST_ONLY
19 include $(ADK_TOPDIR)/mk/host.mk
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call HOST_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE}))
24 include ${ADK_TOPDIR}/mk/host-bottom.mk
25 include ${ADK_TOPDIR}/mk/pkg-bottom.mk