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
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