Makefile 945 B

12345678910111213141516171819202122232425262728
  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:= util-macros
  5. PKG_VERSION:= 1.18.0
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= fd0ba21b3179703c071bbb4c3e5fb0f4
  8. PKG_DESCR:= xorg macros
  9. PKG_SECTION:= x11/misc
  10. PKG_BUILDDEP:= autotool util-macros-host
  11. PKG_URL:= http://cgit.freedesktop.org/xorg/util/macros
  12. PKG_SITES:= http://xorg.freedesktop.org/archive/individual/util/
  13. PKG_OPTS:= dev devonly
  14. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  15. include $(TOPDIR)/mk/host.mk
  16. include $(TOPDIR)/mk/package.mk
  17. $(eval $(call HOST_template,UTIL_MACROS,util-macros,$(PKG_VERSION)-${PKG_RELEASE}))
  18. $(eval $(call PKG_template,UTIL_MACROS,util-macros,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  19. AUTOTOOL_STYLE:= autoreconf
  20. include ${TOPDIR}/mk/host-bottom.mk
  21. include ${TOPDIR}/mk/pkg-bottom.mk