1550785ddc5d71be6c9bf5dd07c5a2ff3f2af6ed
[openwrt/staging/jow.git] / tools / cpio / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 include $(TOPDIR)/rules.mk
3
4 PKG_NAME:=cpio
5 PKG_CPE_ID:=cpe:/a:gnu:cpio
6 PKG_VERSION:=2.14
7
8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
9 PKG_SOURCE_URL:=@GNU/cpio
10 PKG_HASH:=fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12
11
12 include $(INCLUDE_DIR)/host-build.mk
13
14 define Host/Uninstall
15 -$(call Host/Compile/Default,uninstall)
16 endef
17
18 $(eval $(call HostBuild))