Makefile 645 B

1234567891011121314151617181920
  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:= fontcacheproto
  5. PKG_VERSION:= 0.1.2
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= dc8c34a8c3559bf3b008bcdf7ba5a743
  8. PKG_SECTION:= dev/header
  9. PKG_SITES:= ${MASTER_SITE_XORG}
  10. PKG_OPTS:= dev devonly
  11. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  12. include $(ADK_TOPDIR)/mk/package.mk
  13. $(eval $(call PKG_template,FONTCACHEPROTO,fontcacheproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  14. include ${ADK_TOPDIR}/mk/pkg-bottom.mk