Makefile 709 B

12345678910111213141516171819202122232425
  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. # meta package for host autotool infrastructure
  5. PKG_NAME:= autotool
  6. PKG_VERSION:= 1.0
  7. PKG_RELEASE:= 2
  8. PKG_DESCR:= autotool infrastructure for host
  9. PKG_SECTION:= devel
  10. PKG_BUILDDEP:= m4-host pkgconf-host autoconf-host automake-host
  11. PKG_BUILDDEP+= libtool-host
  12. NO_DISTFILES:= 1
  13. include $(TOPDIR)/mk/package.mk
  14. CONFIG_STYLE:= manual
  15. BUILD_STYLE:= manual
  16. INSTALL_STYLE:= manual
  17. $(eval $(call PKG_template,AUTOTOOL,autotool,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  18. include ${TOPDIR}/mk/pkg-bottom.mk