From 5fb9121003e58a9a5d4580c1a4bc95e89b46cd3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Feb 2011 11:10:31 +0100 Subject: [PATCH] Added bash-completion-1.3 build template. --- srcpkgs/bash-completion/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/bash-completion/template diff --git a/srcpkgs/bash-completion/template b/srcpkgs/bash-completion/template new file mode 100644 index 0000000000..7e6032b32e --- /dev/null +++ b/srcpkgs/bash-completion/template @@ -0,0 +1,17 @@ +# Template file for 'bash-completion' +pkgname=bash-completion +version=1.3 +distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2" +build_style=gnu_configure +short_desc="Programmable completion for the GNU Bash shell" +maintainer="Juan RP " +checksum=8ebe30579f0f3e1a521013bcdd183193605dab353d7a244ff2582fb3a36f7bec +long_desc=" + bash completion extends bash's standard completion behavior to achieve + complex command lines with just a few keystrokes. This project was conceived + to produce programmable completion routines for the most common Linux/UNIX + commands, reducing the amount of typing sysadmins and programmers need to + do on a daily basis." + +noarch=yes +Add_dependency full bash