mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
b3776230f3
Changelog included in package. Link to announcement. Link: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00004.html Signed-off-by: Michael Pratt <mcpratt@pm.me>
17 lines
374 B
Makefile
17 lines
374 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=autoconf-archive
|
|
PKG_VERSION:=2022.09.03
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
PKG_SOURCE_URL:=@GNU/autoconf-archive
|
|
PKG_HASH:=e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
define Host/Uninstall
|
|
-$(call Host/Compile/Default,uninstall)
|
|
endef
|
|
|
|
$(eval $(call HostBuild))
|