Makefile 758 B

12345678910111213141516171819202122232425262728
  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 $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= swig
  5. PKG_VERSION:= 2.0.11
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= 291ba57c0acd218da0b0916c280dcbae
  8. PKG_DESCR:= swig utility
  9. PKG_SECTION:= dev/tools
  10. PKG_URL:= http://www.swig.org/
  11. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=swig/}
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  13. PKG_ARCH_DEPENDS:= native
  14. include $(ADK_TOPDIR)/mk/host.mk
  15. include $(ADK_TOPDIR)/mk/package.mk
  16. $(eval $(call HOST_template,SWIG,swig,$(PKG_VERSION)-${PKG_RELEASE}))
  17. HOST_ALL_TARGET:= swig
  18. HOST_CONFIGURE_ARGS+= --without-pcre
  19. include ${ADK_TOPDIR}/mk/host-bottom.mk
  20. include ${ADK_TOPDIR}/mk/pkg-bottom.mk