tools/autoconf-archive: bump to 2022.09.03
[openwrt/staging/dedeckeh.git] / tools / autoconf-archive / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=autoconf-archive
4 PKG_VERSION:=2022.09.03
5
6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
7 PKG_SOURCE_URL:=@GNU/autoconf-archive
8 PKG_HASH:=e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423
9
10 include $(INCLUDE_DIR)/host-build.mk
11
12 define Host/Uninstall
13 -$(call Host/Compile/Default,uninstall)
14 endef
15
16 $(eval $(call HostBuild))