arc-toolchain: update to rc1
[openadk.git] / package / autoconf-old / Makefile
blob509ce8cd4f8d41067f894f6b48edf4d1e2d7e1c6
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:= 1
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 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
19 include ${ADK_TOPDIR}/mk/host.mk
20 include ${ADK_TOPDIR}/mk/package.mk
22 $(eval $(call HOST_template,AUTOCONF_OLD,autoconf-old,${PKG_VERSION}-${PKG_RELEASE}))
24 HOST_CONFIGURE_ARGS+= --program-suffix=2.13
26 include ${ADK_TOPDIR}/mk/host-bottom.mk
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk