summaryrefslogtreecommitdiffstats
path: root/package/bash-completion/bash-completion.mk
diff options
context:
space:
mode:
authorJeremy Rosen <jeremy.rosen@smile.fr>2018-04-24 11:28:22 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-28 18:02:42 +0200
commit989470cf14a34f9f7a071a9be1e55425fd242915 (patch)
tree9e381d7a1529e75665323817895cd3a092b52833 /package/bash-completion/bash-completion.mk
parentcf9b5522d1f8488b1c7e74822eff9f3ac69d8821 (diff)
downloadbuildroot-989470cf14a34f9f7a071a9be1e55425fd242915.tar.gz
buildroot-989470cf14a34f9f7a071a9be1e55425fd242915.zip
package/bash-completion: new package
Signed-off-by: Jeremy Rosen <jeremy.rosen@smile.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr> [Thomas: transfer the explanation from the commit log into the Config.in help text, after rewording it.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/bash-completion/bash-completion.mk')
-rw-r--r--package/bash-completion/bash-completion.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/bash-completion/bash-completion.mk b/package/bash-completion/bash-completion.mk
new file mode 100644
index 0000000000..9976918648
--- /dev/null
+++ b/package/bash-completion/bash-completion.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# bash-completion
+#
+################################################################################
+
+BASH_COMPLETION_VERSION = 2.8
+BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
+BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
+BASH_COMPLETION_LICENSE = GPL-2.0
+BASH_COMPLETION_LICENSE_FILES = COPYING
+
+# Install bash-completion.pc file
+BASH_COMPLETION_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud