toolchain/fortify-headers: Update to 1.0
[openwrt/staging/chunkeey.git] / toolchain / fortify-headers / Makefile
1 #
2 # Copyright (C) 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 include $(INCLUDE_DIR)/target.mk
9
10 PKG_NAME:=fortify-headers
11 PKG_VERSION:=1.0
12 PKG_RELEASE=1
13
14 PKG_SOURCE_URL:=http://dl.2f30.org/releases
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 PKG_HASH:=026e4cc0f2aa69b7922b1bc8838491048b497faf1c8b20450741114f9ea3775b
17
18 include $(INCLUDE_DIR)/toolchain-build.mk
19
20 define Host/Compile
21 true
22 endef
23
24 define Host/Install
25 $(MAKE) -C $(HOST_BUILD_DIR) PREFIX="" DESTDIR="$(TOOLCHAIN_DIR)" install
26 endef
27
28 $(eval $(call HostBuild))