Makefile 676 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 $(TOPDIR)/rules.mk
  4. PKG_NAME:= evieext
  5. PKG_VERSION:= 1.1.0
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= 68e61ce53caa495a3ad4085f66010eb8
  8. PKG_DESCR:= collection of XEVIE extension headers
  9. PKG_SECTION:= devel
  10. PKG_SITES:= ftp://ftp.x.org/pub/individual/proto/
  11. PKG_OPTS:= dev devonly
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  13. include $(TOPDIR)/mk/package.mk
  14. $(eval $(call PKG_template,EVIEEXT,evieext,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  15. include ${TOPDIR}/mk/pkg-bottom.mk