Makefile 856 B

123456789101112131415161718192021222324252627
  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:= xproto
  5. PKG_VERSION:= 7.0.23
  6. PKG_RELEASE:= 1
  7. PKG_DESCR:= x window system core protocol headers
  8. PKG_SECTION:= dev/header
  9. PKG_MD5SUM:= 7ab1239930563a352cb3552fd2db4140
  10. PKG_BUILDDEP:= xproto-host
  11. PKG_SITES:= ${MASTER_SITE_XORG}
  12. PKG_OPTS:= dev devonly
  13. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  14. include $(ADK_TOPDIR)/mk/host.mk
  15. include $(ADK_TOPDIR)/mk/package.mk
  16. $(eval $(call HOST_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE}))
  17. $(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  18. HOST_STYLE:= auto
  19. include ${ADK_TOPDIR}/mk/host-bottom.mk
  20. include ${ADK_TOPDIR}/mk/pkg-bottom.mk