blob: f4cf588622ffa985ae67388d54295ef027fcd455 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#
2# Copyright (C) 2013 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9PKG_NAME:=patch
10PKG_VERSION:=2.7.6
11PKG_RELEASE:=7
12PKG_CPE_ID:=cpe:/a:gnu:patch
13
14PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15PKG_SOURCE_URL:=@GNU/patch
16PKG_HASH:=8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e
17
18HOST_BUILD_PARALLEL := 1
19
20include $(INCLUDE_DIR)/host-build.mk
21
22HOSTCC := $(HOSTCC_NOCACHE)
23HOSTCXX := $(HOSTCXX_NOCACHE)
24
25define Host/Uninstall
26 -$(call Host/Compile/Default,uninstall)
27endef
28
29$(eval $(call HostBuild))