2009-01-19 12:47:40 +01:00
|
|
|
# Maintainer: Johannes Winkelmann, jw at smts dot ch
|
2006-02-23 15:26:10 +00:00
|
|
|
# Description: programmable bash completion for pkgutils and ports
|
2007-04-03 18:25:08 +02:00
|
|
|
# URL: http://www.crux.nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: bash-completion
|
|
|
|
|
|
|
|
name=crux-bashcompletion
|
|
|
|
version=20031028
|
|
|
|
release=1
|
|
|
|
source=(crux_completions)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
install -D -m 755 crux_completions \
|
|
|
|
$PKG/usr/lib/bash-completion/crux_completions
|
|
|
|
|
|
|
|
}
|