Makefile 633 B

123456789101112131415161718192021222324
  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:= ccache
  5. PKG_VERSION:= 3.1.9
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 367916e4ecba4968f77f59a378e61458
  8. PKG_DESCR:= ccache utility
  9. PKG_SECTION:= misc
  10. PKG_SITES:= http://samba.org/ftp/ccache/
  11. PKG_CFLINE_CCACHE:= depends on ADK_HOST_ONLY
  12. include $(TOPDIR)/mk/host.mk
  13. include $(TOPDIR)/mk/package.mk
  14. $(eval $(call HOST_template,CCACHE,ccache,$(PKG_VERSION)-${PKG_RELEASE}))
  15. HOST_STYLE:= auto
  16. include ${TOPDIR}/mk/host-bottom.mk
  17. include ${TOPDIR}/mk/pkg-bottom.mk