[Lunar-commits] <moonbase> bash-completion: Initial import
Stefan Wold
ratler at lunar-linux.org
Fri Apr 6 12:45:06 CEST 2012
commit c0f4652f4283e60a7782a7167e3c40b9746f2a4a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri Apr 6 12:45:06 2012 +0200
bash-completion: Initial import
---
utils/bash-completion/BUILD | 7 +++++++
utils/bash-completion/DETAILS | 15 +++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/utils/bash-completion/BUILD b/utils/bash-completion/BUILD
new file mode 100644
index 0000000..6c83dec
--- /dev/null
+++ b/utils/bash-completion/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE2 1 &&
+ default_build &&
+ mv /etc/profile.d/bash_completion{.sh,.rc}
+
+) > $C_FIFO 2>&1
diff --git a/utils/bash-completion/DETAILS b/utils/bash-completion/DETAILS
new file mode 100644
index 0000000..05457f5
--- /dev/null
+++ b/utils/bash-completion/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=bash-completion
+ VERSION=1.99
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE2=${MODULE}-1.99-lunar_fixes.patch
+ SOURCE_URL=http://bash-completion.alioth.debian.org/files
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:1fedad82921cf852177549ab389452cfd6fdbe08
+ SOURCE2_VFY=sha1:0cf95e853a09e58488c92106898b8ee1db434f30
+ WEB_SITE="http://bash-completion.alioth.debian.org/"
+ ENTERED=20120406
+ UPDATED=20120406
+ SHORT="Completion for the bash shell"
+cat <<EOF
+Completion for the bash shell.
+EOF
More information about the Lunar-commits
mailing list