16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
# Maintainer: Johannes Winkelmann, jw at smts dot ch
|
|
# URL: http://bash-completion.alioth.debian.org/
|
|
# Description: Bash completion functions
|
|
|
|
name=bash-completion
|
|
version=1.0
|
|
release=1
|
|
source=(http://$name.alioth.debian.org/files/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --sysconfdir=/etc
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|