opt/bash-completion/Pkgfile
2011-11-08 12:24:45 +01:00

21 lines
533 B
Plaintext

# Description: Bash completion functions
# URL: http://bash-completion.alioth.debian.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Johannes Winkelmann, jw at smts dot ch
# Depends on: bash
name=bash-completion
version=1.90
release=1
source=(http://$name.alioth.debian.org/files/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -e 's|pkgconfigdir = .*|pkgconfigdir = /usr/lib/pkgconfig|g' -i Makefile.*
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}