blob: a4ab4237797b50a089f876ba2f800bc2e2e853dc [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001include $(TOPDIR)/rules.mk
2
3PKG_NAME:=autoconf-archive
4PKG_VERSION:=2023.02.20
5
6PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
7PKG_SOURCE_URL:=@GNU/autoconf-archive
8PKG_HASH:=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33
9
10include $(INCLUDE_DIR)/host-build.mk
11
12define Host/Uninstall
13 -$(call Host/Compile/Default,uninstall)
14endef
15
16$(eval $(call HostBuild))