diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/bash-completion/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/bash-completion/PKGBUILD')
-rw-r--r-- | abs/extra-testing/bash-completion/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/extra-testing/bash-completion/PKGBUILD b/abs/extra-testing/bash-completion/PKGBUILD deleted file mode 100644 index 5aa6b22..0000000 --- a/abs/extra-testing/bash-completion/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 67318 2010-02-06 09:38:55Z eric $ -# Maintainer: Aaron Griffin <aaron@archlinux.org> -# Contributor: Aurelien Foret <orelien@chez.com> -# Contributor: Evangelos Foutras <foutrelis@gmail.com> - -pkgname=bash-completion -pkgver=1.2 -pkgrel=1 -pkgdesc="Programmable completion for the bash shell" -arch=(any) -url="http://bash-completion.alioth.debian.org/" -license=('GPL') -depends=('bash') -source=(http://bash-completion.alioth.debian.org/files/$pkgname-$pkgver.tar.gz cowsay.bashcomp) - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # fixes for archlinux - sed -i 's#/sbin/lsmod#/bin/lsmod#' bash_completion || return 1 - - ./configure --prefix=/usr --sysconfdir=/etc - make || return 1 - make DESTDIR="$pkgdir" install - install -D -m644 "$srcdir/cowsay.bashcomp" "$pkgdir/etc/bash_completion.d/cowsay" - - # apache2ctl doesn't work, even when renamed to apachectl (and sed'd) - rm "$pkgdir/etc/bash_completion.d/apache2ctl" - # munin-node doesn't work, even i've updated munin to 1.4.0 - rm "$pkgdir/etc/bash_completion.d/munin-node" -} -# vim:set ts=2 sw=2 et: -md5sums=('457c8808ed54f2b2cdd737b1f37ffa24' - 'e9766bdc391caf825cb24e704422987e') |