tools/autoconf: clean up build recipes
[openwrt/staging/dedeckeh.git] / tools / autoconf / Makefile
1 #
2 # Copyright (C) 2006-2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=autoconf
10 PKG_VERSION:=2.69
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
13 PKG_SOURCE_URL:=@GNU/autoconf
14 PKG_HASH:=64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
15
16 include $(INCLUDE_DIR)/host-build.mk
17
18 HOST_CONFIGURE_VARS += \
19 PERL="/usr/bin/env perl"
20
21 define Host/Compile
22 $(call Host/Compile/Default)
23 endef
24
25 define Host/Uninstall
26 -$(call Host/Compile/Default,uninstall)
27 endef
28
29 $(eval $(call HostBuild))