| 12345678910111213141516171819202122 |
- # 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.mk
- PKG_NAME:= ccache
- PKG_VERSION:= 3.3.3
- PKG_RELEASE:= 1
- PKG_HASH:= 3b02a745da1cfa9eb438af7147e0fd3545e2f6163de9e5b07da86f58859f04ec
- PKG_DESCR:= compiler cache utility
- PKG_SECTION:= dev/tools
- PKG_SITES:= http://samba.org/ftp/ccache/
- PKG_CFLINE_CCACHE:= depends on ADK_HOST_ONLY
- include $(ADK_TOPDIR)/mk/host.mk
- include $(ADK_TOPDIR)/mk/package.mk
- $(eval $(call HOST_template,CCACHE,ccache,$(PKG_VERSION)-${PKG_RELEASE}))
- include ${ADK_TOPDIR}/mk/host-bottom.mk
- include ${ADK_TOPDIR}/mk/pkg-bottom.mk
|