riscv: use glibc 2.26 branch and latest git sources for linux kernel
[openadk.git] / package / autoconf-old / Makefile
blob6bfeeae6dfd7924cfde7db8d45ab9d621c5e6d98
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= autoconf
7 PKG_VERSION:= 2.13
8 PKG_RELEASE:= 2
9 PKG_HASH:= f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
10 PKG_DESCR:= automatically configure software source code packages
11 PKG_SECTION:= dev/tools
12 HOST_BUILDDEP:= m4-host
13 PKG_URL:= http://www.gnu.org/software/autoconf/
14 PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/}
15 PKG_OPTS:= noscripts
17 PKG_CFLINE_AUTOCONF:= depends on ADK_HOST_ONLY
19 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
21 include ${ADK_TOPDIR}/mk/host.mk
22 include ${ADK_TOPDIR}/mk/package.mk
24 $(eval $(call HOST_template,AUTOCONF_OLD,autoconf-old,${PKG_VERSION}-${PKG_RELEASE}))
26 HOST_CONFIGURE_ARGS+= --program-suffix=2.13
28 include ${ADK_TOPDIR}/mk/host-bottom.mk
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk