procd: make mDNS TXT record parsing more solid
[openwrt/openwrt.git] / tools / sparse / Makefile
1 #
2 # Copyright (C) 2014 Qualcomm-Atheros Inc.
3 #
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=sparse
8
9 PKG_VERSION:=0.6.4
10 PKG_HASH:=6ab28b4991bc6aedbd73550291360aa6ab3df41f59206a9bde9690208a6e387c
11 PKG_RELEASE:=1
12
13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
14 PKG_SOURCE_URL:=@KERNEL/software/devel/sparse/dist/
15
16 PKG_BUILD_PARALLEL:=1
17
18 include $(INCLUDE_DIR)/host-build.mk
19
20 define Host/Install
21 $(INSTALL_BIN) $(HOST_BUILD_DIR)/sparse $(STAGING_DIR_HOST)/bin
22 endef
23
24 $(eval $(call HostBuild))