summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-05 11:15:52 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-10 02:25:16 +0100
commit609079facba252d50602a0b073f93c82209b948d (patch)
tree855946df5f626cbef19897ec1b4d56e0bf5c796d /package
parentd93abb53a099f786d30dbd5c72b05be7f1bae98a (diff)
autoconf-old: new package
Diffstat (limited to 'package')
-rw-r--r--package/autoconf-old/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/autoconf-old/Makefile b/package/autoconf-old/Makefile
new file mode 100644
index 000000000..509ce8cd4
--- /dev/null
+++ b/package/autoconf-old/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${ADK_TOPDIR}/rules.mk
+
+PKG_NAME:= autoconf
+PKG_VERSION:= 2.13
+PKG_RELEASE:= 1
+PKG_HASH:= f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
+PKG_DESCR:= automatically configure software source code packages
+PKG_SECTION:= dev/tools
+HOST_BUILDDEP:= m4-host
+PKG_URL:= http://www.gnu.org/software/autoconf/
+PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/}
+PKG_OPTS:= noscripts
+
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
+
+include ${ADK_TOPDIR}/mk/host.mk
+include ${ADK_TOPDIR}/mk/package.mk
+
+$(eval $(call HOST_template,AUTOCONF_OLD,autoconf-old,${PKG_VERSION}-${PKG_RELEASE}))
+
+HOST_CONFIGURE_ARGS+= --program-suffix=2.13
+
+include ${ADK_TOPDIR}/mk/host-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk