Makefile 886 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:= xineramaproto
  5. PKG_VERSION:= 1.2.1
  6. PKG_RELEASE:= 1
  7. PKG_DESCR:= xinerama extension headers
  8. PKG_SECTION:= dev/header
  9. PKG_BUILDDEP:= xineramaproto-host
  10. PKG_MD5SUM:= e0e148b11739e144a546b8a051b17dde
  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,XINERAMAPROTO,xineramaproto,$(PKG_VERSION)-${PKG_RELEASE}))
  17. $(eval $(call PKG_template,XINERAMAPROTO,xineramaproto,$(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