Makefile 573 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 $(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. PKG_SUBPKGS:=
  10. include $(TOPDIR)/mk/package.mk
  11. # workaround for makekeys compile on non-Linux systems
  12. post-install:
  13. ${INSTALL_DIR} ${STAGING_DIR}/usr/include/xproto
  14. ${CP} ${WRKINST}/usr/include/X11 ${STAGING_DIR}/usr/include/xproto
  15. include ${TOPDIR}/mk/pkg-bottom.mk