summaryrefslogtreecommitdiff
path: root/bash-completion/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2009-08-01 14:35:08 +0200
committerJohannes Winkelmann <jw@smts.ch>2009-08-01 14:35:52 +0200
commitd48235f7e0c0a08bd2dc9b764ad8d2f9fc8fe33e (patch)
tree0197f25caf98f74931c741911f5cb0aec8853559 /bash-completion/Pkgfile
parentf4306c168516c4c537847666a5f1c6c01a356b7d (diff)
downloadopt-d48235f7e0c0a08bd2dc9b764ad8d2f9fc8fe33e.tar.gz
opt-d48235f7e0c0a08bd2dc9b764ad8d2f9fc8fe33e.tar.xz
bash-completion: update to 1.0
Diffstat (limited to 'bash-completion/Pkgfile')
-rw-r--r--bash-completion/Pkgfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/bash-completion/Pkgfile b/bash-completion/Pkgfile
index a9f11678d..08b72936d 100644
--- a/bash-completion/Pkgfile
+++ b/bash-completion/Pkgfile
@@ -1,15 +1,15 @@
# Maintainer: Johannes Winkelmann, jw at smts dot ch
-# URL: http://www.caliban.org/bash/index.shtml#completion
+# URL: http://bash-completion.alioth.debian.org/
# Description: Bash completion functions
name=bash-completion
-version=20060301
+version=1.0
release=1
-source=(http://www.caliban.org/files/bash/$name-$version.tar.gz init_bc)
+source=(http://$name.alioth.debian.org/files/$name-$version.tar.gz)
build() {
- mkdir -p $PKG/usr/share/bash-completion
- cp bash_completion/bash_completion $PKG/usr/share/bash-completion
- install -m 0755 init_bc $PKG/usr/share/bash-completion
- install -d -m 0755 $PKG/usr/lib/bash-completion
+ cd $name-$version
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit