aboutsummaryrefslogtreecommitdiffstats
path: root/tools/autoconf-archive/Makefile
blob: 0595577283afc8583431f1a6fe034f3f4dc6ca12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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))