opt/bash-completion/Pkgfile

18 lines
446 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-02-23 16:26:10 +01:00
name=bash-completion
2011-02-07 11:18:17 +01:00
version=1.3
2006-02-23 16:26:10 +01:00
release=1
source=(http://$name.alioth.debian.org/files/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2009-08-01 14:35:08 +02:00
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}