Makefile 625 B

12345678910111213141516171819202122
  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:= gettext-tiny
  5. PKG_VERSION:= 0.1
  6. PKG_RELEASE:= 1
  7. PKG_DESCR:= Gettext stub and replacement
  8. PKG_SECTION:= libs
  9. PKG_URL:= https://github.com/rofl0r/gettext-tiny
  10. WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
  11. NO_DISTFILES:= 1
  12. include $(TOPDIR)/mk/package.mk
  13. $(eval $(call PKG_template,GETTEXT_TINY,gettext-tiny,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  14. CONFIG_STYLE:= manual
  15. include ${TOPDIR}/mk/pkg-bottom.mk