| 1234567891011121314151617181920212223 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(TOPDIR)/rules.mkPKG_NAME:=		intltoolPKG_VERSION:=		0.41.1PKG_RELEASE:=		1PKG_MD5SUM:=		d6c91bf06681919ccfdf3624035b75dcPKG_DESCR:=		Internationalization Tool CollectionPKG_SECTION:=		miscPKG_SITES:=		http://edge.launchpad.net/intltool/trunk/0.41.1/+download/include $(TOPDIR)/mk/package.mk$(eval $(call PKG_template,INTLTOOL,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))post-install:	$(INSTALL_DIR) $(IDIR_INTLTOOL)/usr/bin	$(INSTALL_BIN) $(WRKINST)/usr/bin/intltool* \		$(IDIR_INTLTOOL)/usr/bininclude ${TOPDIR}/mk/pkg-bottom.mk
 |