2009-01-19 12:47:40 +01:00
|
|
|
# Maintainer: Johannes Winkelmann, jw at smts dot ch
|
2009-08-01 14:35:08 +02:00
|
|
|
# URL: http://bash-completion.alioth.debian.org/
|
2006-02-23 15:26:10 +00:00
|
|
|
# Description: Bash completion functions
|
|
|
|
|
|
|
|
name=bash-completion
|
2009-08-01 14:35:08 +02:00
|
|
|
version=1.0
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
2009-08-01 14:35:08 +02:00
|
|
|
source=(http://$name.alioth.debian.org/files/$name-$version.tar.gz)
|
2006-02-23 15:26:10 +00: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 15:26:10 +00:00
|
|
|
}
|