2006-02-23 15:26:10 +00:00
|
|
|
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
|
|
|
|
# Description: programmable bash completion for prt-get
|
|
|
|
# URL: http://www.hta-bi.bfh.ch/~winkj/software_prt-get.html
|
|
|
|
# Depends on: bash-completion
|
|
|
|
|
|
|
|
name=prt-get-bashcompletion
|
2007-01-04 20:17:27 +01:00
|
|
|
version=5.15
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
|
|
|
source=(http://jw.tks6.net/files/crux/prt-get-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd prt-get-$version/misc
|
|
|
|
install -D -m 755 prt-get_complete \
|
|
|
|
$PKG/usr/lib/bash-completion/prt-get_complete
|
|
|
|
|
|
|
|
}
|