Makefile 624 B

1234567891011121314151617181920212223
  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.16
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 6e6b6510ccd568f82093ebd7ae58700b
  8. PKG_SITES:= ${MASTER_SITE_XORG}
  9. include $(TOPDIR)/mk/package.mk
  10. CONFIGURE_STYLE:= gnu
  11. BUILD_STYLE:= auto
  12. INSTALL_STYLE:= auto
  13. # workaround for makekeys compile on non-Linux systems
  14. post-install:
  15. ${INSTALL_DIR} ${STAGING_DIR}/usr/include/xproto
  16. ${CP} ${WRKINST}/usr/include/X11 ${STAGING_DIR}/usr/include/xproto
  17. include ${TOPDIR}/mk/pkg-bottom.mk