From bdea7e6c6a535e57a07d376a3139d0788efaaa41 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Thu, 23 Feb 2006 15:26:10 +0000 Subject: create branch for 2.2 --- bash-completion/Pkgfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bash-completion/Pkgfile (limited to 'bash-completion/Pkgfile') diff --git a/bash-completion/Pkgfile b/bash-completion/Pkgfile new file mode 100644 index 000000000..2713cf043 --- /dev/null +++ b/bash-completion/Pkgfile @@ -0,0 +1,15 @@ +# Maintainer: Johannes Winkelmann, jw at tks6 dot net +# URL: http://www.caliban.org/bash/index.shtml#completion +# Description: Bash completion functions + +name=bash-completion +version=20050721 +release=1 +source=(http://www.caliban.org/files/bash/$name-$version.tar.gz init_bc) + +build() { + mkdir -p $PKG/usr/share/bash-completion + cp bash_completion/bash_completion $PKG/usr/share/bash-completion + install -m 0755 init_bc $PKG/usr/share/bash-completion + install -d -m 0755 $PKG/usr/lib/bash-completion +} -- cgit v1.2.3