| 12345678910111213141516171819202122232425 | # 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.mkPKG_NAME:=		intltoolPKG_VERSION:=		0.50.2PKG_RELEASE:=		1PKG_MD5SUM:=		23fbd879118253cb99aeac067da5f591PKG_DESCR:=		internationalization utility to create po filesPKG_SECTION:=		dev/toolsPKG_URL:=		http://freedesktop.org/wiki/Software/intltool/PKG_SITES:=		https://launchpad.net/intltool/trunk/0.50.2/+download/DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gzPKG_ARCH_DEPENDS:=	nativeinclude $(ADK_TOPDIR)/mk/host.mkinclude $(ADK_TOPDIR)/mk/package.mk$(eval $(call HOST_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE}))include ${ADK_TOPDIR}/mk/host-bottom.mkinclude ${ADK_TOPDIR}/mk/pkg-bottom.mk
 |