Makefile 864 B

123456789101112131415161718192021222324252627
  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:= autoconf
  5. PKG_VERSION:= 2.13
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
  8. PKG_DESCR:= automatically configure software source code packages
  9. PKG_SECTION:= dev/tools
  10. HOST_BUILDDEP:= m4-host
  11. PKG_URL:= http://www.gnu.org/software/autoconf/
  12. PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/}
  13. PKG_OPTS:= noscripts
  14. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
  15. include ${ADK_TOPDIR}/mk/host.mk
  16. include ${ADK_TOPDIR}/mk/package.mk
  17. $(eval $(call HOST_template,AUTOCONF_OLD,autoconf-old,${PKG_VERSION}-${PKG_RELEASE}))
  18. HOST_CONFIGURE_ARGS+= --program-suffix=2.13
  19. include ${ADK_TOPDIR}/mk/host-bottom.mk
  20. include ${ADK_TOPDIR}/mk/pkg-bottom.mk