f170be53da84ec134451e998f46e8623ee200a03
[openwrt/staging/chunkeey.git] / tools / flex / Makefile
1 #
2 # Copyright (C) 2008-2016 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:=flex
10 PKG_VERSION:=2.6.3
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
13 PKG_SOURCE_URL:=https://github.com/westes/flex/releases/download/v$(PKG_VERSION)/
14 PKG_HASH:=68b2742233e747c462f781462a2a1e299dc6207401dac8f0bbb316f48565c2aa
15
16 HOST_BUILD_PARALLEL:=1
17
18 include $(INCLUDE_DIR)/host-build.mk
19
20 HOST_CONFIGURE_ARGS += --disable-shared
21
22 define Host/Clean
23 -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
24 $(call Host/Clean/Default)
25 endef
26
27 $(eval $(call HostBuild))