2022-01-27 12:25:39 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=bash
|
|
|
|
PKG_CPE_ID:=cpe:/a:gnu:bash
|
2022-12-15 12:11:16 +00:00
|
|
|
PKG_VERSION:=5.2.15
|
2022-01-27 12:25:39 +00:00
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
|
|
PKG_SOURCE_URL:=@GNU/bash
|
2022-12-15 12:11:16 +00:00
|
|
|
PKG_HASH:=13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c
|
2022-01-27 12:25:39 +00:00
|
|
|
|
|
|
|
HOST_BUILD_PARALLEL := 1
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2022-09-28 08:23:56 +00:00
|
|
|
define Host/Uninstall
|
|
|
|
-$(call Host/Compile/Default,uninstall)
|
|
|
|
endef
|
|
|
|
|
2022-01-27 12:25:39 +00:00
|
|
|
$(eval $(call HostBuild))
|