aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bash/Makefile')
-rw-r--r--tools/bash/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/bash/Makefile b/tools/bash/Makefile
new file mode 100644
index 00000000000..f8262d1db0d
--- /dev/null
+++ b/tools/bash/Makefile
@@ -0,0 +1,25 @@
+#
+# 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
+PKG_VERSION:=5.2.21
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=@GNU/bash
+PKG_HASH:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+
+HOST_BUILD_PARALLEL := 1
+
+include $(INCLUDE_DIR)/host-build.mk
+
+define Host/Uninstall
+ -$(call Host/Compile/Default,uninstall)
+endef
+
+$(eval $(call HostBuild))