Makefile 671 B

123456789101112131415161718192021
  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:= bigreqsproto
  5. PKG_VERSION:= 1.1.2
  6. PKG_RELEASE:= 2
  7. PKG_DESCR:= big requests extension headers
  8. PKG_SECTION:= dev/header
  9. PKG_MD5SUM:= 9b83369ac7a5eb2bf54c8f34db043a0e
  10. PKG_SITES:= ${MASTER_SITE_XORG}
  11. PKG_OPTS:= dev devonly
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  13. include $(ADK_TOPDIR)/mk/package.mk
  14. $(eval $(call PKG_template,BIGREQSPROTO,bigreqsproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  15. include ${ADK_TOPDIR}/mk/pkg-bottom.mk