Makefile 783 B

12345678910111213141516171819202122232425
  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:= xproto
  5. PKG_VERSION:= 7.0.23
  6. PKG_RELEASE:= 1
  7. PKG_DESCR:= X Window System Core Protocol headers
  8. PKG_SECTION:= devel
  9. PKG_MD5SUM:= 7ab1239930563a352cb3552fd2db4140
  10. PKG_BUILDDEP:= xproto-host
  11. PKG_SITES:= ${MASTER_SITE_XORG}
  12. PKG_OPTS:= dev devonly
  13. include $(TOPDIR)/mk/host.mk
  14. include $(TOPDIR)/mk/package.mk
  15. $(eval $(call HOST_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE}))
  16. $(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  17. HOST_STYLE:= auto
  18. include ${TOPDIR}/mk/host-bottom.mk
  19. include ${TOPDIR}/mk/pkg-bottom.mk