Makefile 1.1 KB

1234567891011121314151617181920212223242526272829
  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:= font-cursor-misc
  5. PKG_VERSION:= 1.0.4
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= 37ef2363b3cfa6f5e20b65feab736db77fad484127c267b78de95d55fa39f61d
  8. PKG_DESCR:= font cursor-misc
  9. PKG_SECTION:= x11/fonts
  10. PKG_URL:= http://www.x.org/
  11. PKG_SITES:= http://www.x.org/releases/individual/font/
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  13. include ${ADK_TOPDIR}/mk/host.mk
  14. include ${ADK_TOPDIR}/mk/package.mk
  15. $(eval $(call HOST_template,FONT_CURSOR_MISC,font-cursor-misc,${PKG_VERSION}-${PKG_RELEASE}))
  16. $(eval $(call PKG_template,FONT_CURSOR_MISC,font-cursor-misc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  17. font-cursor-misc-install:
  18. ${INSTALL_DIR} ${IDIR_FONT_CURSOR_MISC}/usr/share/fonts/X11/misc
  19. ${CP} ${WRKINST}/usr/share/fonts/X11/misc/cursor.pcf.gz \
  20. ${IDIR_FONT_CURSOR_MISC}/usr/share/fonts/X11/misc
  21. include ${ADK_TOPDIR}/mk/host-bottom.mk
  22. include ${ADK_TOPDIR}/mk/pkg-bottom.mk