treewide: clean up download hashes
[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:=0.8
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:=afcd073d6d8d175eede2a28a7dd71b7150cb03290f99102261892c793f6b4cb1
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))