mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/readline to 6.3.008-4
This commit is contained in:
parent
12d3cc04f9
commit
533d29b900
2 changed files with 1 additions and 19 deletions
|
@ -11,7 +11,7 @@ pkgname=readline
|
||||||
_basever=6.3
|
_basever=6.3
|
||||||
_patchlevel=008
|
_patchlevel=008
|
||||||
pkgver=$_basever.$_patchlevel
|
pkgver=$_basever.$_patchlevel
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='GNU readline library'
|
pkgdesc='GNU readline library'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://tiswww.case.edu/php/chet/readline/rltop.html'
|
url='http://tiswww.case.edu/php/chet/readline/rltop.html'
|
||||||
|
@ -19,7 +19,6 @@ license=('GPL')
|
||||||
depends=('glibc' 'ncurses' 'libncursesw.so')
|
depends=('glibc' 'ncurses' 'libncursesw.so')
|
||||||
backup=('etc/inputrc')
|
backup=('etc/inputrc')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
install=readline.install
|
|
||||||
source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
|
source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
|
||||||
inputrc)
|
inputrc)
|
||||||
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
|
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
infodir=usr/share/info
|
|
||||||
filelist=(history.info readline.info rluserman.info)
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
[ -x usr/bin/install-info ] || return 0
|
|
||||||
for file in ${filelist[@]}; do
|
|
||||||
install-info $infodir/$file.gz $infodir/dir 2> /dev/null
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_remove() {
|
|
||||||
[ -x usr/bin/install-info ] || return 0
|
|
||||||
for file in ${filelist[@]}; do
|
|
||||||
install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue