opt/bash-completion/Pkgfile

16 lines
386 B
Plaintext
Raw Normal View History

# 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 16:26:10 +01:00
# Description: Bash completion functions
name=bash-completion
2009-11-23 17:53:26 +01:00
version=1.1
2006-02-23 16:26:10 +01: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 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
}