Makefile 771 B

12345678910111213141516171819202122232425
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= intltool
  5. PKG_VERSION:= 0.50.2
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 23fbd879118253cb99aeac067da5f591
  8. PKG_DESCR:= internationalization utility to create po files
  9. PKG_SECTION:= dev/tools
  10. PKG_URL:= http://freedesktop.org/wiki/Software/intltool/
  11. PKG_SITES:= https://launchpad.net/intltool/trunk/0.50.2/+download/
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  13. PKG_ARCH_DEPENDS:= native
  14. include $(TOPDIR)/mk/host.mk
  15. include $(TOPDIR)/mk/package.mk
  16. $(eval $(call HOST_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE}))
  17. include ${TOPDIR}/mk/host-bottom.mk
  18. include ${TOPDIR}/mk/pkg-bottom.mk