mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
https://cgit.git.savannah.gnu.org/cgit/autoconf-archive.git/log/ Computed sha1 tarball hash locally due to upstream not providing release notes this time: https://lists.gnu.org/archive/html/autoconf-archive-announce/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
597 B
Makefile
15 lines
597 B
Makefile
################################################################################
|
|
#
|
|
# autoconf-archive
|
|
#
|
|
################################################################################
|
|
|
|
AUTOCONF_ARCHIVE_VERSION = 2024.10.16
|
|
AUTOCONF_ARCHIVE_SOURCE = autoconf-archive-$(AUTOCONF_ARCHIVE_VERSION).tar.xz
|
|
AUTOCONF_ARCHIVE_SITE = $(BR2_GNU_MIRROR)/autoconf-archive
|
|
AUTOCONF_ARCHIVE_LICENSE = GPL-3.0+ with exception
|
|
AUTOCONF_ARCHIVE_LICENSE_FILES = COPYING COPYING.EXCEPTION
|
|
HOST_AUTOCONF_ARCHIVE_INSTALL_OPTS = aclocaldir=$(HOST_DIR)/share/autoconf-archive install
|
|
|
|
$(eval $(host-autotools-package))
|