tools/autoconf-archive: clean up build recipes
[openwrt/staging/jow.git] / tools / autoconf-archive / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=autoconf-archive
4 PKG_VERSION:=2021.02.19
5
6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
7 PKG_SOURCE_URL:=@GNU/autoconf-archive
8 PKG_HASH:=e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd
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))